From 50d1e15412911ed16139eb3bca701947337691df Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 13 Sep 2009 16:37:11 +0000 Subject: 2009-09-13 Joel Sherrill * score/src/coremsgsubmit.c: Remove extra #else. --- cpukit/ChangeLog | 4 ++++ cpukit/score/src/coremsgsubmit.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 95e8c494e5..7e9c2bfc63 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2009-09-13 Joel Sherrill + + * score/src/coremsgsubmit.c: Remove extra #else. + 2009-09-13 Joel Sherrill * score/inline/rtems/score/coremsg.inl, score/src/coremsg.c, 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, -- cgit v1.2.3