summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 16:37:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 16:37:11 +0000
commit50d1e15412911ed16139eb3bca701947337691df (patch)
tree09a330e799564fd9f4062a629b29a278e2897e38 /cpukit/score/src
parent2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-50d1e15412911ed16139eb3bca701947337691df.tar.bz2
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/coremsgsubmit.c: Remove extra #else.
Diffstat (limited to 'cpukit/score/src')
-rw-r--r--cpukit/score/src/coremsgsubmit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/src/coremsgsubmit.c b/cpukit/score/src/coremsgsubmit.c
index def07005bd..23f9f10256 100644
--- a/cpukit/score/src/coremsgsubmit.c
+++ b/cpukit/score/src/coremsgsubmit.c
@@ -63,7 +63,6 @@ CORE_message_queue_Status _CORE_message_queue_Submit(
CORE_message_queue_API_mp_support_callout api_message_queue_mp_support,
#else
CORE_message_queue_API_mp_support_callout api_message_queue_mp_support __attribute__((unused)),
- #else
#endif
CORE_message_queue_Submit_types submit_type,
bool wait,