Remove unused lexical present since change 13426.
authorNicholas Clark <nick@ccl4.org>
Sun, 26 Nov 2006 17:33:05 +0000 (17:33 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 26 Nov 2006 17:33:05 +0000 (17:33 +0000)
p4raw-id: //depot/perl@29384

lib/Carp/Heavy.pm

index d5711ce..2caeb27 100644 (file)
@@ -55,7 +55,6 @@ sub  longmess_real {
 
 sub shortmess_real {
     # Icky backwards compatibility wrapper. :-(
-    my $call_pack = caller();
     local @CARP_NOT = caller();
     shortmess_heavy(@_);
 };