forked from Imagelibrary/rtems
score: Fix set but not used warning
This commit is contained in:
@@ -113,7 +113,6 @@ void _Signal_MP_Process_packet (
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
Signal_MP_Packet *the_packet;
|
Signal_MP_Packet *the_packet;
|
||||||
Thread_Control *the_thread;
|
|
||||||
|
|
||||||
the_packet = (Signal_MP_Packet *) the_packet_prefix;
|
the_packet = (Signal_MP_Packet *) the_packet_prefix;
|
||||||
|
|
||||||
@@ -134,8 +133,7 @@ void _Signal_MP_Process_packet (
|
|||||||
|
|
||||||
case SIGNAL_MP_SEND_RESPONSE:
|
case SIGNAL_MP_SEND_RESPONSE:
|
||||||
|
|
||||||
the_thread = _MPCI_Process_response( the_packet_prefix );
|
_MPCI_Process_response( the_packet_prefix );
|
||||||
|
|
||||||
_MPCI_Return_packet( the_packet_prefix );
|
_MPCI_Return_packet( the_packet_prefix );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user