tracing: remove unused local variables in tracer probe functions
authorCarsten Emde <Carsten.Emde@osadl.org>
Sat, 12 Sep 2009 23:41:31 +0000 (01:41 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Sun, 13 Sep 2009 01:44:13 +0000 (21:44 -0400)
When the nsecs_to_usecs() conversion in probe_wakeup_sched_switch() and
check_critical_timing() was moved to a later stage in order to avoid
unnecessary computing, it was overlooked to remove the original
variables, assignments and comments..

Signed-off-by: Carsten Emde <C.Emde@osadl.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found