From 5e11c97dcfdd022f40ebabee9feaa87c0aeeb5b6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Dec 2006 14:48:55 +0000 Subject: 2006-12-13 Joel Sherrill PR 1181/bsps * optman/rtems/no-msg.c: Clean up dead code. --- c/src/optman/rtems/no-msg.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/src/optman/rtems') diff --git a/c/src/optman/rtems/no-msg.c b/c/src/optman/rtems/no-msg.c index cfb2e6f2ee..af30e9e6b0 100644 --- a/c/src/optman/rtems/no-msg.c +++ b/c/src/optman/rtems/no-msg.c @@ -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( -- cgit v1.2.3