X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FEphMsg.pm;h=2fa7a593e960bf4edb61333f33831b74b317084f;hb=44ac4cfc87f3d628417502609668eaeb86d80976;hp=a6da8a2df2b54962f69dfa8e6e0c0a1726f52277;hpb=c02dc2d8b544b9d682c9a068ba13bdedf40ed3bf;p=spider.git diff --git a/perl/EphMsg.pm b/perl/EphMsg.pm index a6da8a2d..2fa7a593 100644 --- a/perl/EphMsg.pm +++ b/perl/EphMsg.pm @@ -71,19 +71,6 @@ sub dequeue } } -sub to_connected -{ - my ($conn, $call, $dir, $sort) = @_; - $conn->{state} = 'C'; - $conn->conns($call); - delete $conn->{cmd}; - $conn->{timeout}->del if $conn->{timeout}; - delete $conn->{timeout}; - $conn->nolinger; - &{$conn->{rproc}}($conn, "$dir$call|$sort"); -} - - sub start_connect { my $call = shift;