forked from Imagelibrary/rtems
Removed unused variable warning.
This commit is contained in:
@@ -44,7 +44,6 @@ int _POSIX_Message_queue_Send_support(
|
||||
{
|
||||
register POSIX_Message_queue_Control *the_mq;
|
||||
Objects_Locations location;
|
||||
CORE_message_queue_Status status;
|
||||
|
||||
/*
|
||||
* Validate the priority.
|
||||
|
||||
@@ -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 ) {
|
||||
|
||||
@@ -44,7 +44,6 @@ int _POSIX_Message_queue_Send_support(
|
||||
{
|
||||
register POSIX_Message_queue_Control *the_mq;
|
||||
Objects_Locations location;
|
||||
CORE_message_queue_Status status;
|
||||
|
||||
/*
|
||||
* Validate the priority.
|
||||
|
||||
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user