From 17f03bb7a6899803fec32b659f04a4fa56c5c189 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 24 Aug 2007 13:10:34 +0200 Subject: [PATCH] Remove unecessary use of "Socket" --- mysql-test/lib/mtr_timer.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/mysql-test/lib/mtr_timer.pl b/mysql-test/lib/mtr_timer.pl index d8b6953fb46..326fbea74ec 100644 --- a/mysql-test/lib/mtr_timer.pl +++ b/mysql-test/lib/mtr_timer.pl @@ -18,7 +18,6 @@ # and is part of the translation of the Bourne shell script with the # same name. -use Socket; use Errno; use strict;