In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/607733213512652a8c98b3055264d6baf5019eb5?hp=1369fd508410a5ab354672cedce158f1e9c653c9>
- Log ----------------------------------------------------------------- commit 607733213512652a8c98b3055264d6baf5019eb5 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Oct 8 15:58:01 2017 -0700 B: Really remove unused var 6a4fc5265ba102 removed the useless assignment to it, but not the var itself. ----------------------------------------------------------------------- Summary of changes: ext/B/B.pm | 1 - 1 file changed, 1 deletion(-) 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; -- Perl5 Master Repository