aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-16 06:50:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-16 06:50:41 +0000
commit80ef1bad86ec23f65ceaa72286bfa0b882cec8bd (patch)
treec3a4f6f52cf448d4b96aa2bdbe912bb4b5e10b0e /tests
parent686c70c5b572b14fd3af1c533426fa6d28fc23bf (diff)
removed unused stuff
Diffstat (limited to 'tests')
-rw-r--r--tests/ftpserver.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index 1a2e2b9bc..b4442c68f 100644
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -11,7 +11,6 @@
#
use Socket;
-use Carp;
use FileHandle;
use strict;
@@ -572,5 +571,4 @@ for ( $waitedpid = 0;
} # while(1)
close(Client);
- close(Client2);
}