score: Fix set but not used warning

This commit is contained in:
Sebastian Huber
2016-03-30 08:05:54 +02:00
parent 859fc2ba97
commit 75c19d2558

View File

@@ -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;