mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2006-12-13 Joel Sherrill <joel@OARcorp.com>
PR 1181/bsps * optman/rtems/no-msg.c: Clean up dead code.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-12-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1181/bsps
|
||||
* optman/rtems/no-msg.c: Clean up dead code.
|
||||
|
||||
2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
|
||||
|
||||
@@ -155,7 +155,6 @@ uint32_t _Message_queue_Flush_support(
|
||||
RTEMS_NOT_CONFIGURED
|
||||
);
|
||||
return RTEMS_NOT_CONFIGURED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
boolean _Message_queue_Seize(
|
||||
@@ -171,8 +170,6 @@ boolean _Message_queue_Seize(
|
||||
RTEMS_NOT_CONFIGURED
|
||||
);
|
||||
return RTEMS_NOT_CONFIGURED;
|
||||
_Thread_Executing->Wait.return_code = RTEMS_UNSATISFIED;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
rtems_status_code _Message_queue_Submit(
|
||||
|
||||
Reference in New Issue
Block a user