In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/cfd77b5a48ee1cf8a97fc269902ebbf7278b18ea?hp=d086148c4193252081799d1c5bc16c6cc3f5ae1a>

- Log -----------------------------------------------------------------
commit cfd77b5a48ee1cf8a97fc269902ebbf7278b18ea
Author: Nicholas Clark <[email protected]>
Date:   Tue Oct 19 13:19:28 2010 +0100

    Remove unused variable len from code generated by 
ExtUtils::Constant::ProxySubs
    
    This was missed from change 575f055216d48b9f.
-----------------------------------------------------------------------

Summary of changes:
 .../lib/ExtUtils/Constant/ProxySubs.pm             |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm 
b/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm
index 1d85abf..c3a041c 100644
--- a/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm
+++ b/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm
@@ -533,8 +533,6 @@ EXPLODE
 
 void
 $xs_subname(sv)
-    PREINIT:
-       STRLEN          len;
     INPUT:
        SV *            sv;
     PPCODE:

--
Perl5 Master Repository

Reply via email to