diff options
Diffstat (limited to 'Documentation/perf_counter/builtin-help.c')
-rw-r--r-- | Documentation/perf_counter/builtin-help.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/perf_counter/builtin-help.c b/Documentation/perf_counter/builtin-help.c index 125fcc2f4901..a136d619db37 100644 --- a/Documentation/perf_counter/builtin-help.c +++ b/Documentation/perf_counter/builtin-help.c | |||
@@ -417,11 +417,9 @@ static void show_html_page(const char *perf_cmd) | |||
417 | 417 | ||
418 | int cmd_help(int argc, const char **argv, const char *prefix) | 418 | int cmd_help(int argc, const char **argv, const char *prefix) |
419 | { | 419 | { |
420 | int nonperf; | ||
421 | const char *alias; | 420 | const char *alias; |
422 | load_command_list("perf-", &main_cmds, &other_cmds); | 421 | load_command_list("perf-", &main_cmds, &other_cmds); |
423 | 422 | ||
424 | /* setup_perf_directory_gently(&nonperf); */ | ||
425 | perf_config(perf_help_config, NULL); | 423 | perf_config(perf_help_config, NULL); |
426 | 424 | ||
427 | argc = parse_options(argc, argv, builtin_help_options, | 425 | argc = parse_options(argc, argv, builtin_help_options, |