mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 01:09:31 +08:00
Revert "score: Avoid use of uninitialized variable"
Sorry, I should not fix warnings unmindfully.
This reverts commit 35c8efc950.
This commit is contained in:
@@ -657,7 +657,6 @@ static inline Thread_Control *_Scheduler_SMP_Enqueue_ordered(
|
||||
);
|
||||
} else {
|
||||
( *insert_ready )( context, node );
|
||||
needs_help = NULL;
|
||||
}
|
||||
|
||||
return needs_help;
|
||||
|
||||
Reference in New Issue
Block a user