summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-11 16:42:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-11 16:42:29 +0200
commit2b71210f33cf3e620c4854c0d759c6e4892545ed (patch)
treea587adf2cd1afac8b43db310f01bc770c99d0dd8 /cpukit/score
parentscore: Avoid use of uninitialized variable (diff)
downloadrtems-2b71210f33cf3e620c4854c0d759c6e4892545ed.tar.bz2
Revert "score: Avoid use of uninitialized variable"
Sorry, I should not fix warnings unmindfully. This reverts commit 35c8efc9501b5f6b1a4dfeaa4b1aa6a1d6dbf08e.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/score/schedulersmpimpl.h1
1 files changed, 0 insertions, 1 deletions
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;