diff options
| author | Ingo Molnar <[email protected]> | 2009-05-26 10:07:44 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-05-26 10:08:19 +0200 |
| commit | 4e97ddf09ee3ce715fc334399bae4cc0c0a13057 (patch) | |
| tree | 3515f1021f1e35df741d7132386294880e6a297a | |
| parent | 69aa48ab82e17299efe2be6c21795945731a6c17 (diff) | |
perf stat: Remove unused variable
[ Impact: cleanup ]
Cc: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: Marcelo Tosatti <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: John Kacur <[email protected]>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <[email protected]>
| -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) int cmd_stat(int argc, char **argv, const char *prefix) { - sigset_t blocked; - page_size = sysconf(_SC_PAGE_SIZE); process_options(argc, argv); |