From 951775516522a3579c1fb83c97fd807ddebc48d1 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 23 Oct 2023 12:18:56 +0200 Subject: [PATCH] remove ./mtr --skip-im it did nothing for 14 years --- mysql-test/mysql-test-run.pl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 11c11f400d2..cdd8f0bf6cd 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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