From f3e8cb194fac0ecd4fb0cac46e3c59f549125d0b Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 17 Nov 2006 13:10:54 +0100 Subject: [PATCH] remove junk comment --- 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 6d897f4af41..fed15b946a3 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;