diff options
author | Peter Martini <PeterCMartini@GMail.com> | 2014-01-13 22:40:45 -0500 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2014-02-15 08:26:28 +0100 |
commit | bb5e6740edccf2703e0d7b006c0674a289d48888 (patch) | |
tree | 0a786d622ca17c039a7c0f9f2325007265a99b5e /toke.c | |
parent | 38d111ed3d31ba88924199477d04e44fc3973211 (diff) | |
download | perl-bb5e6740edccf2703e0d7b006c0674a289d48888.tar.gz |
Remove a redundant EXTEND (its followed by XPUSHs)
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7706,7 +7706,6 @@ Perl_yylex(pTHX) ENTER; SAVETMPS; PUSHMARK(sp); - EXTEND(SP, 1); XPUSHs(PL_encoding); PUTBACK; call_method("name", G_SCALAR); |