diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-11-26 17:33:05 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-11-26 17:33:05 +0000 |
commit | fa12c845b2bb06d05b772383ebab8b08967cf98f (patch) | |
tree | 830cae1c14a7a913cb704e240607957b0d05ddfd /lib/Carp | |
parent | 16433e2b386e8771fc6b72a9ee075e11f13d2705 (diff) | |
download | perl-fa12c845b2bb06d05b772383ebab8b08967cf98f.tar.gz |
Remove unused lexical present since change 13426.
p4raw-id: //depot/perl@29384
Diffstat (limited to 'lib/Carp')
-rw-r--r-- | lib/Carp/Heavy.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Carp/Heavy.pm b/lib/Carp/Heavy.pm index d5711ce859..2caeb273bb 100644 --- a/lib/Carp/Heavy.pm +++ b/lib/Carp/Heavy.pm @@ -55,7 +55,6 @@ sub longmess_real { sub shortmess_real { # Icky backwards compatibility wrapper. :-( - my $call_pack = caller(); local @CARP_NOT = caller(); shortmess_heavy(@_); }; |