summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman/rtems')
-rw-r--r--c/src/optman/rtems/no-msg.c3
1 files changed, 0 insertions, 3 deletions
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(