From e49ebbfa1d42eb8e1b2108aea7bb88a919fda31d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 14 Jan 2000 18:37:59 +0000 Subject: Removed unused variable warning. --- c/src/exec/rtems/src/msgqreceive.c | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/exec/rtems/src') diff --git a/c/src/exec/rtems/src/msgqreceive.c b/c/src/exec/rtems/src/msgqreceive.c index 77fcadc313..27e66a4a49 100644 --- a/c/src/exec/rtems/src/msgqreceive.c +++ b/c/src/exec/rtems/src/msgqreceive.c @@ -60,7 +60,6 @@ rtems_status_code rtems_message_queue_receive( register Message_queue_Control *the_message_queue; Objects_Locations location; boolean wait; - CORE_message_queue_Submit_types core_priority; the_message_queue = _Message_queue_Get( id, &location ); switch ( location ) { -- cgit v1.2.3