diff options
Diffstat (limited to 'tools/perf/util/environment.c')
-rw-r--r-- | tools/perf/util/environment.c | 8 |
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 740512369..000000000 --- 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; |