Commit c85f3a91f84d5a85f179c2504bb7a39370c82b41
Committed by
Steven Rostedt
1 parent
a5efd92511
Exists in
master
and in
7 other branches
tracing: Remove unnecessary variable in print_graph_return
The "cpu" variable is declared at the start of the function and also within a branch, with the exact same initialization. Remove the local variable of the same name in the branch. Signed-off-by: Wenji Huang <wenji.huang@oracle.com> LKML-Reference: <1266997226-6833-3-git-send-email-wenji.huang@oracle.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff