diff options
author | Florian Ragwitz <rafl@debian.org> | 2012-09-19 13:39:27 -0400 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2012-09-19 13:39:27 -0400 |
commit | 9542685dc9a7652395a7b9dddc9d44f1c8a19fa1 (patch) | |
tree | b3c47a892b8039cbaad7df0d7adc07b9290a2a48 /gv.c | |
parent | 1ea91bbecf634e3f601b9bcc90c6665cbd6f9ae9 (diff) | |
download | perl-9542685dc9a7652395a7b9dddc9d44f1c8a19fa1.tar.gz |
Remove an unused variable
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -639,7 +639,6 @@ Perl_gv_fetchmeth_pvn(pTHX_ HV *stash, const char *name, STRLEN len, I32 level, const char *hvname; I32 create = (level >= 0) ? 1 : 0; I32 items; - STRLEN packlen; U32 topgen_cmp; U32 is_utf8 = flags & SVf_UTF8; @@ -705,7 +704,6 @@ Perl_gv_fetchmeth_pvn(pTHX_ HV *stash, const char *name, STRLEN len, I32 level, goto have_gv; } - packlen = HvNAMELEN_get(stash); linear_av = mro_get_linear_isa(stash); /* has ourselves at the top of the list */ linear_svp = AvARRAY(linear_av) + 1; /* skip over self */ items = AvFILLp(linear_av); /* no +1, to skip over self */ |