diff options
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r-- | tools/perf/builtin-script.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index efca81679bb3..0a83f4bacc7c 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
@@ -2067,8 +2067,6 @@ int cmd_script(int argc, const char **argv, const char *prefix __maybe_unused) | |||
2067 | NULL | 2067 | NULL |
2068 | }; | 2068 | }; |
2069 | 2069 | ||
2070 | scripting_max_stack = sysctl_perf_event_max_stack; | ||
2071 | |||
2072 | setup_scripting(); | 2070 | setup_scripting(); |
2073 | 2071 | ||
2074 | argc = parse_options_subcommand(argc, argv, options, script_subcommands, script_usage, | 2072 | argc = parse_options_subcommand(argc, argv, options, script_subcommands, script_usage, |