From 4e97ddf09ee3ce715fc334399bae4cc0c0a13057 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 26 May 2009 10:07:44 +0200 Subject: [PATCH] perf stat: Remove unused variable [ Impact: cleanup ] Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Paul Mackerras Cc: Corey Ashford Cc: Marcelo Tosatti Cc: Arnaldo Carvalho de Melo Cc: Thomas Gleixner Cc: John Kacur LKML-Reference: Signed-off-by: Ingo Molnar --- Documentation/perf_counter/builtin-stat.c | 2 -- 1 file changed, 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); -- 2.34.1