removed unused stuff

This commit is contained in:
Daniel Stenberg 2004-01-16 06:50:41 +00:00
parent 686c70c5b5
commit 80ef1bad86
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}