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,