RTEMS internals have changed slightly.

This commit is contained in:
W. Eric Norum
2007-12-17 20:50:24 +00:00
parent 5e87e645e0
commit b6479e4e38

View File

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