summaryrefslogtreecommitdiff
path: root/ext/B
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-08 12:50:03 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-10 13:32:26 -0700
commitb9047c8b171545cf46e0ca8aa52551308ddd1e86 (patch)
treeb3a7787e5aa0d6b0de88a43c63a58b1e49e82241 /ext/B
parent7ba8970dd3a78097012503f0c4b1900e36b571a9 (diff)
downloadperl-b9047c8b171545cf46e0ca8aa52551308ddd1e86.tar.gz
B::Concise: Two unused vars
One was made unnecessary by 35f7559499. The other was added by 35f7559499 and never used. I forgot to clean up once I had things working.
Diffstat (limited to 'ext/B')
-rw-r--r--ext/B/B/Concise.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm
index 946b4892c7..f0a1b44e20 100644
--- a/ext/B/B/Concise.pm
+++ b/ext/B/B/Concise.pm
@@ -356,8 +356,6 @@ sub compile {
}
else {
# convert function names to subrefs
- my $objref;
- my $objref2;
if (ref $objname) {
print $walkHandle "B::Concise::compile($objname)\n"
if $banner;