aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/help.c')
-rw-r--r--tools/perf/util/help.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/perf/util/help.c b/tools/perf/util/help.c
index fa1fc4acb8a4..929c93f2c333 100644
--- a/tools/perf/util/help.c
+++ b/tools/perf/util/help.c
@@ -332,10 +332,3 @@ const char *help_unknown_cmd(const char *cmd)
332 332
333 exit(1); 333 exit(1);
334} 334}
335
336int cmd_version(int argc __maybe_unused, const char **argv __maybe_unused,
337 const char *prefix __maybe_unused)
338{
339 printf("perf version %s\n", perf_version_string);
340 return 0;
341}