sched/core: Remove dead statement in __schedule()
authorByungchul Park <byungchul.park@lge.com>
Thu, 11 Feb 2016 02:59:38 +0000 (11:59 +0900)
committerIngo Molnar <mingo@kernel.org>
Wed, 17 Feb 2016 08:32:03 +0000 (09:32 +0100)
commit3223d052b79eb9b620d170584c417d60a8bfd649
tree933b6b296b63d07f5a1b7f22a4046c0a4b5424ff
parent4142c3ebb685bb338b7d96090d8f90ff49065ff6
sched/core: Remove dead statement in __schedule()

Remove an unnecessary assignment of variable not used any more.

( This has no runtime effects as GCC is smart enough to optimize
  this out. )

Signed-off-by: Byungchul Park <byungchul.park@lge.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1455159578-17256-1-git-send-email-byungchul.park@lge.com
[ Edited the changelog. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c
This page took 0.024522 seconds and 5 git commands to generate.