diff options
Diffstat (limited to 'tools/perf/util/config.h')
-rw-r--r-- | tools/perf/util/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/config.h b/tools/perf/util/config.h index 8c881e3a3ec3..2f753b2a034b 100644 --- a/tools/perf/util/config.h +++ b/tools/perf/util/config.h @@ -27,7 +27,6 @@ extern const char *config_exclusive_filename; typedef int (*config_fn_t)(const char *, const char *, void *); -int perf_config_from_file(config_fn_t fn, const char *filename, void *data); int perf_default_config(const char *, const char *, void *); int perf_config(config_fn_t fn, void *); int perf_config_int(int *dest, const char *, const char *); |