forked from Imagelibrary/rtems
score: Fix set but not used warning
This commit is contained in:
@@ -132,10 +132,7 @@ void _Event_MP_Process_packet (
|
||||
break;
|
||||
|
||||
case EVENT_MP_SEND_RESPONSE: {
|
||||
Thread_Control *the_thread;
|
||||
|
||||
the_thread = _MPCI_Process_response( the_packet_prefix );
|
||||
|
||||
_MPCI_Process_response( the_packet_prefix );
|
||||
_MPCI_Return_packet( the_packet_prefix );
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user