diff options
-rw-r--r-- | tools/perf/builtin-trace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index 5db687fc13de..b8153db5a9eb 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c | |||
@@ -608,7 +608,6 @@ int cmd_trace(int argc, const char **argv, const char *prefix __used) | |||
608 | return -1; | 608 | return -1; |
609 | } | 609 | } |
610 | 610 | ||
611 | perf_header__read(&session->header, input); | ||
612 | err = scripting_ops->generate_script("perf-trace"); | 611 | err = scripting_ops->generate_script("perf-trace"); |
613 | goto out; | 612 | goto out; |
614 | } | 613 | } |