From: Carsten Emde Date: Sat, 12 Sep 2009 23:41:31 +0000 (+0200) Subject: tracing: remove unused local variables in tracer probe functions X-Git-Tag: v2.6.32-rc1~654^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41dfba4367109b92d92ec6e059be6950497d932f;p=pandora-kernel.git tracing: remove unused local variables in tracer probe functions 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 Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed