]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/builtin-help.c
perf tools: Remove unused 'prefix' from builtin functions
[karo-tx-linux.git] / tools / perf / builtin-help.c
index aed0d844e8c271426137abf3b622362913de2340..7ae238929e9545cf779540f9b192d35118bbcba2 100644 (file)
@@ -418,7 +418,7 @@ static int show_html_page(const char *perf_cmd)
        return 0;
 }
 
-int cmd_help(int argc, const char **argv, const char *prefix __maybe_unused)
+int cmd_help(int argc, const char **argv)
 {
        bool show_all = false;
        enum help_format help_format = HELP_FORMAT_MAN;