diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-19 13:19:28 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-19 13:19:28 +0100 |
commit | cfd77b5a48ee1cf8a97fc269902ebbf7278b18ea (patch) | |
tree | d0292f062d9ad9f6286e8002afb7b6700ac78028 /cpan/ExtUtils-Constant | |
parent | d086148c4193252081799d1c5bc16c6cc3f5ae1a (diff) | |
download | perl-cfd77b5a48ee1cf8a97fc269902ebbf7278b18ea.tar.gz |
Remove unused variable len from code generated by ExtUtils::Constant::ProxySubs
This was missed from change 575f055216d48b9f.
Diffstat (limited to 'cpan/ExtUtils-Constant')
-rw-r--r-- | cpan/ExtUtils-Constant/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 1d85abf85e..c3a041c4e1 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: |