summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <df@kahlann.erinye.com>2006-11-29 10:21:59 +0100
committerunknown <df@kahlann.erinye.com>2006-11-29 10:21:59 +0100
commit45366d196b4fb8d8a5610369899c6c8e284b91e0 (patch)
treeb10a7390f2d8e53f7c74685e2b48a8fb9a812dc6
parent0169639a019cce2e46cba8765cf9db4eb4d62a17 (diff)
downloadmariadb-git-45366d196b4fb8d8a5610369899c6c8e284b91e0.tar.gz
minor fix
mysql-test/mysql-test-run.pl: remove dependency on Data::Dumper, it's not used anywhere
-rwxr-xr-xmysql-test/mysql-test-run.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index f3981dc7c70..a734408e049 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -63,7 +63,6 @@ use Getopt::Long;
use Sys::Hostname;
use IO::Socket;
use IO::Socket::INET;
-use Data::Dumper;
use strict;
use warnings;
use diagnostics;