1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

removed unused stuff

This commit is contained in:
Daniel Stenberg 2004-01-16 06:50:41 +00:00
parent 686c70c5b5
commit 80ef1bad86

View File

@ -11,7 +11,6 @@
# #
use Socket; use Socket;
use Carp;
use FileHandle; use FileHandle;
use strict; use strict;
@ -572,5 +571,4 @@ for ( $waitedpid = 0;
} # while(1) } # while(1)
close(Client); close(Client);
close(Client2);
} }