From 2b71210f33cf3e620c4854c0d759c6e4892545ed Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 11 May 2016 16:42:29 +0200 Subject: [PATCH] Revert "score: Avoid use of uninitialized variable" Sorry, I should not fix warnings unmindfully. This reverts commit 35c8efc9501b5f6b1a4dfeaa4b1aa6a1d6dbf08e. --- cpukit/score/include/rtems/score/schedulersmpimpl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpukit/score/include/rtems/score/schedulersmpimpl.h b/cpukit/score/include/rtems/score/schedulersmpimpl.h index c3a1e02c00..a395f2c0ba 100644 --- a/cpukit/score/include/rtems/score/schedulersmpimpl.h +++ b/cpukit/score/include/rtems/score/schedulersmpimpl.h @@ -657,7 +657,6 @@ static inline Thread_Control *_Scheduler_SMP_Enqueue_ordered( ); } else { ( *insert_ready )( context, node ); - needs_help = NULL; } return needs_help;