diff options
author | unknown <msvensson@shellback.(none)> | 2008-01-18 16:48:08 +0100 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2008-01-18 16:48:08 +0100 |
commit | 403ef78b7ce0b5949a0bffe44f9f808d8f6aec4c (patch) | |
tree | 0b0c3a9366b9fe327c5764f4cc7ddcff9f13fcef /mysql-test | |
parent | 600d406283622fb9a153534ae54fbed011f98799 (diff) | |
download | mariadb-git-403ef78b7ce0b5949a0bffe44f9f808d8f6aec4c.tar.gz |
Remove duplcate code after merge
Diffstat (limited to 'mysql-test')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 04a79a5fcf6..8893a0343af 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -426,11 +426,6 @@ sub command_line_setup { $basedir= dirname($basedir); } - # -------------------------------------------------------------------------- - # Check mtr_build_thread and calculate baseport - # -------------------------------------------------------------------------- - set_mtr_build_thread_ports($opt_mtr_build_thread); - # # Find the mysqld executable to be able to find the mysqld version # number as early as possible |