[PATCH] sched: remove dead code from task_stime()
authorIngo Molnar <mingo@elte.hu>
Mon, 16 Jul 2007 07:46:30 +0000 (09:46 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 16 Jul 2007 07:46:30 +0000 (09:46 +0200)
commit5926c50b83b626991c8c38efbca2020ee96b215f
tree94aa3db6228de4d61aa63f30c94c4887b860b2b9
parent8f41958bdd577731f7411c9605cfaa9db6766809
[PATCH] sched: remove dead code from task_stime()

Alexey Dobriyan noticed that task_stime() contains a piece of dead code.
(which is a remnant of earlier versions of this code) Remove that code.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
fs/proc/array.c