summaryrefslogtreecommitdiff
path: root/tools/perf/util/subcmd-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/subcmd-config.h')
-rw-r--r--tools/perf/util/subcmd-config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/perf/util/subcmd-config.h b/tools/perf/util/subcmd-config.h
deleted file mode 100644
index cc8514030b5c..000000000000
--- a/tools/perf/util/subcmd-config.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __PERF_SUBCMD_CONFIG_H
-#define __PERF_SUBCMD_CONFIG_H
-
-struct subcmd_config {
- const char *exec_name;
- const char *prefix;
- const char *exec_path;
- const char *exec_path_env;
- const char *pager_env;
-};
-
-extern struct subcmd_config subcmd_config;
-
-#endif /* __PERF_SUBCMD_CONFIG_H */