Revert "score: Avoid use of uninitialized variable"

Sorry, I should not fix warnings unmindfully.

This reverts commit 35c8efc950.
This commit is contained in:
Sebastian Huber
2016-05-11 16:42:29 +02:00
parent 35c8efc950
commit 2b71210f33
@@ -657,7 +657,6 @@ static inline Thread_Control *_Scheduler_SMP_Enqueue_ordered(
);
} else {
( *insert_ready )( context, node );
needs_help = NULL;
}
return needs_help;