summaryrefslogtreecommitdiff
path: root/tools/perf/util/environment.c
diff options
context:
space:
mode:
authorJosh Poimboeuf <jpoimboe@redhat.com>2015-12-08 04:21:43 (GMT)
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-12-09 16:42:02 (GMT)
commitde7cf7cadca3a3c32c1f1dbf4593a54f236e2dcf (patch)
tree4269e460ac8460af754e5eb8a598772b89df7816 /tools/perf/util/environment.c
parent5191d887681dd34ba3993a438d5746378952885a (diff)
downloadlinux-de7cf7cadca3a3c32c1f1dbf4593a54f236e2dcf.tar.xz
perf tools: Remove unused pager_use_color variable
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/e540c61b3068761181db6d9b1b3411990bafdb2f.1449548395.git.jpoimboe@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/environment.c')
-rw-r--r--tools/perf/util/environment.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/perf/util/environment.c b/tools/perf/util/environment.c
deleted file mode 100644
index 7405123..0000000
--- a/tools/perf/util/environment.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * We put all the perf config variables in this same object
- * file, so that programs can link against the config parser
- * without having to link against all the rest of perf.
- */
-#include "cache.h"
-
-int pager_use_color = 1;