diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-05-26 04:07:44 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-26 04:08:19 -0400 |
commit | 4e97ddf09ee3ce715fc334399bae4cc0c0a13057 (patch) | |
tree | 3515f1021f1e35df741d7132386294880e6a297a | |
parent | 69aa48ab82e17299efe2be6c21795945731a6c17 (diff) |
perf stat: Remove unused variable
[ Impact: cleanup ]
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: John Kacur <jkacur@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | Documentation/perf_counter/builtin-stat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/perf_counter/builtin-stat.c b/Documentation/perf_counter/builtin-stat.c index 88c70be99031..c1053d820c1f 100644 --- a/Documentation/perf_counter/builtin-stat.c +++ b/Documentation/perf_counter/builtin-stat.c | |||
@@ -541,8 +541,6 @@ static void skip_signal(int signo) | |||
541 | 541 | ||
542 | int cmd_stat(int argc, char **argv, const char *prefix) | 542 | int cmd_stat(int argc, char **argv, const char *prefix) |
543 | { | 543 | { |
544 | sigset_t blocked; | ||
545 | |||
546 | page_size = sysconf(_SC_PAGE_SIZE); | 544 | page_size = sysconf(_SC_PAGE_SIZE); |
547 | 545 | ||
548 | process_options(argc, argv); | 546 | process_options(argc, argv); |