From addb6000f8d446acc0dc3a3b111993f197c497bd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 26 Jan 2016 10:29:28 +0100 Subject: mpci: Fix warning Assignment is superfluous due to later call to _Thread_queue_Enqueue(). --- cpukit/score/src/mpci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c index 3a63efba91..5944da3a97 100644 --- a/cpukit/score/src/mpci.c +++ b/cpukit/score/src/mpci.c @@ -201,8 +201,6 @@ uint32_t _MPCI_Send_request_packet ( executing->Wait.id = the_packet->id; - executing->Wait.queue = &_MPCI_Remote_blocked_threads; - _Thread_Disable_dispatch(); (*_MPCI_table->send_packet)( destination, the_packet ); -- cgit v1.2.3