diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2015-05-22 18:30:26 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-05-27 09:17:48 +0200 |
commit | a82d24edfeaf1ed244cf8b969916840c6feb5165 (patch) | |
tree | 64bfa364b93edcb49e8569ec754ee93cf8eb88e7 /tools/perf/Makefile.perf | |
parent | 0a487aad2dfd088bcbbe1766944280b40ff969a5 (diff) | |
download | lwn-a82d24edfeaf1ed244cf8b969916840c6feb5165.tar.gz lwn-a82d24edfeaf1ed244cf8b969916840c6feb5165.zip |
perf/x86/intel/pt: Remove redundant variable declaration
There is a 'pt' variable in the outer scope of pt_event_stop() with the same
type, we don't really need another one in the inner scope.
This patch removes the redundant variable declaration.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: acme@infradead.org
Cc: adrian.hunter@intel.com
Cc: hpa@zytor.com
Link: http://lkml.kernel.org/r/1432308626-18845-8-git-send-email-alexander.shishkin@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/Makefile.perf')
0 files changed, 0 insertions, 0 deletions