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:
Joel Sherrill
2006-12-13 14:49:38 +00:00
parent 70443fbbdf
commit 31cd77864b
2 changed files with 5 additions and 3 deletions

View File

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

View File

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