diff options
Diffstat (limited to 'tools/perf/builtin-diff.c')
-rw-r--r-- | tools/perf/builtin-diff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c index 36ccc2b8827f..4d72359fd15a 100644 --- a/tools/perf/builtin-diff.c +++ b/tools/perf/builtin-diff.c | |||
@@ -1264,8 +1264,6 @@ int cmd_diff(int argc, const char **argv, const char *prefix __maybe_unused) | |||
1264 | if (ret < 0) | 1264 | if (ret < 0) |
1265 | return ret; | 1265 | return ret; |
1266 | 1266 | ||
1267 | perf_config(perf_default_config, NULL); | ||
1268 | |||
1269 | argc = parse_options(argc, argv, options, diff_usage, 0); | 1267 | argc = parse_options(argc, argv, options, diff_usage, 0); |
1270 | 1268 | ||
1271 | if (symbol__init(NULL) < 0) | 1269 | if (symbol__init(NULL) < 0) |