sort out the filtering system
[spider.git] / perl / Msg.pm
index c81273e29b329a5070b2bd53e34e7371564e3c68..490ea04604f4e96293c47bd68a1854bac3f78203 100644 (file)
@@ -585,7 +585,6 @@ sub DESTROY
                dbgtrace((ref $conn) . "::DESTROY on call $call called from ${pkg}::${fn} line $line ");
        }
 
-       my $call = $conn->{call} || 'unallocated';
        my $host = $conn->{peerhost} || '';
        my $port = $conn->{peerport} || '';
        my $sock = $conn->{sock};