From 4fcea0fc5c600ec4082007f1f375df9a4658c205 Mon Sep 17 00:00:00 2001 From: "msvensson@pilot.(none)" <> 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;