Commit 95177551 authored by Sergei Golubchik's avatar Sergei Golubchik

remove ./mtr --skip-im

it did nothing for 14 years
parent 78cd45b2
......@@ -1063,13 +1063,6 @@ sub run_worker ($) {
}
sub ignore_option {
my ($opt, $value)= @_;
mtr_report("Ignoring option '$opt'");
}
# Setup any paths that are $opt_vardir related
sub set_vardir {
($opt_vardir)= @_;
......@@ -1168,8 +1161,6 @@ sub command_line_setup {
'big-test+' => \$opt_big_test,
'combination=s' => \@opt_combinations,
'experimental=s' => \@opt_experimentals,
# skip-im is deprecated and silently ignored
'skip-im' => \&ignore_option,
'staging-run' => \$opt_staging_run,
# Specify ports
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment