X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMsg.pm;h=3c4b51f3d0d2504adff8ccaf7bd61781bf6163f9;hb=dc76846865745b0a4a6ae468026f8196072e2f25;hp=09b0e634e6fc28c6f81ff4faac933e734ceb5109;hpb=5e704493de7958adcef0e839c8ed6de599bc21f3;p=spider.git diff --git a/perl/Msg.pm b/perl/Msg.pm index 09b0e634..3c4b51f3 100644 --- a/perl/Msg.pm +++ b/perl/Msg.pm @@ -29,7 +29,6 @@ $now = time; $cnum = 0; $connect_timeout = 5; $disc_waittime = 1.5; -%conns; our %delqueue; @@ -103,12 +102,6 @@ sub conns return $ref; } -# this is called as a FUNCTION i.e my $conn = Msg::get($call); -sub get -{ - return $conns{shift}; -} - # this is only called by any dependent processes going away unexpectedly sub pid_gone {