diff --git a/src/libCom/osi/os/RTEMS/osdMessageQueue.c b/src/libCom/osi/os/RTEMS/osdMessageQueue.c index bf703b978..e9a570bdf 100644 --- a/src/libCom/osi/os/RTEMS/osdMessageQueue.c +++ b/src/libCom/osi/os/RTEMS/osdMessageQueue.c @@ -88,9 +88,6 @@ static rtems_status_code rtems_message_queue_send_timeout( the_message_queue = _Message_queue_Get( id, &location ); switch ( location ) { - case OBJECTS_REMOTE: - return RTEMS_ILLEGAL_ON_REMOTE_OBJECT; - case OBJECTS_ERROR: return RTEMS_INVALID_ID;