From 56f10ac81a9eefe03a1c0e0bbb25d928c64db6b3 Mon Sep 17 00:00:00 2001 From: "msvensson@neptunus.(none)" <> Date: Sat, 4 Nov 2006 13:06:19 +0100 Subject: [PATCH] Remove old comments --- mysql-test/mysql-test-run.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index c29cd4f6bee..3aeca32f2e8 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -97,11 +97,6 @@ $Devel::Trace::TRACE= 1; # ############################################################################## -# We are to use handle_options() in "mysys/my_getopt.c" for the C version -# -# In the C version we want to use structs and, in some cases, arrays of -# structs. We let each struct be a separate hash. - # Misc global variables our $mysql_version_id; our $glob_mysql_test_dir= undef;