aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/environment.c
diff options
context:
space:
mode:
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 7405123692f1..000000000000
--- 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;