summaryrefslogtreecommitdiffstats
path: root/c/src/optman
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-12-13 14:48:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-12-13 14:48:55 +0000
commit5e11c97dcfdd022f40ebabee9feaa87c0aeeb5b6 (patch)
tree2f10fc81a95d0131ec2fa8f2bbbfbfab5e48953c /c/src/optman
parent2006-12-13 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-5e11c97dcfdd022f40ebabee9feaa87c0aeeb5b6.tar.bz2
2006-12-13 Joel Sherrill <joel@OARcorp.com>
PR 1181/bsps * optman/rtems/no-msg.c: Clean up dead code.
Diffstat (limited to 'c/src/optman')
-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(