diff options
author | Father Chrysostomos <sprout@cpan.org> | 2017-10-08 15:58:01 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2017-10-08 15:58:01 -0700 |
commit | 607733213512652a8c98b3055264d6baf5019eb5 (patch) | |
tree | 7900b4722812767b0207e83ff4dcd5f01014e1b0 /ext | |
parent | 1369fd508410a5ab354672cedce158f1e9c653c9 (diff) | |
download | perl-607733213512652a8c98b3055264d6baf5019eb5.tar.gz |
B: Really remove unused var
6a4fc5265ba102 removed the useless assignment to it, but not the
var itself.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/B.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index d48fa3ad73..3365a14f8c 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -257,7 +257,6 @@ sub walkoptree_exec { sub walksymtable { my ($symref, $method, $recurse, $prefix) = @_; my $sym; - my $ref; my $fullname; no strict 'refs'; $prefix = '' unless defined $prefix; |