summaryrefslogtreecommitdiff
path: root/ext/B
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2017-09-10 22:12:50 -0700
committerFather Chrysostomos <sprout@cpan.org>2017-10-08 12:05:24 -0700
commit6a4fc5265ba102bfd84de80bdb946121153387af (patch)
tree5e2f432eed8e406bd40b83e45f20301de2df6118 /ext/B
parent42bcad312582e88fc4e5bd1e9c2ad91a7bdac1c1 (diff)
downloadperl-6a4fc5265ba102bfd84de80bdb946121153387af.tar.gz
B.pm: Remove unused var
This variable stopped being used in perl-5.005_02-1108-g8bac7e0 but continued to exist until now.
Diffstat (limited to 'ext/B')
-rw-r--r--ext/B/B.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm
index daa576435e..ceafdfda43 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -262,7 +262,6 @@ sub walksymtable {
no strict 'refs';
$prefix = '' unless defined $prefix;
foreach my $sym ( sort keys %$symref ) {
- $ref= $symref->{$sym};
$fullname = "*main::".$prefix.$sym;
if ($sym =~ /::$/) {
$sym = $prefix . $sym;