Skip to content

Commit

Permalink
perf stat: Remove unused variable
Browse files Browse the repository at this point in the history
[ 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>
  • Loading branch information
Ingo Molnar committed May 26, 2009
1 parent 69aa48a commit 4e97ddf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Documentation/perf_counter/builtin-stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,6 @@ static void skip_signal(int signo)

int cmd_stat(int argc, char **argv, const char *prefix)
{
sigset_t blocked;

page_size = sysconf(_SC_PAGE_SIZE);

process_options(argc, argv);
Expand Down

0 comments on commit 4e97ddf

Please sign in to comment.