summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorPeter Martini <PeterCMartini@GMail.com>2014-01-13 22:40:45 -0500
committerSteffen Mueller <smueller@cpan.org>2014-02-15 08:26:28 +0100
commitbb5e6740edccf2703e0d7b006c0674a289d48888 (patch)
tree0a786d622ca17c039a7c0f9f2325007265a99b5e /toke.c
parent38d111ed3d31ba88924199477d04e44fc3973211 (diff)
downloadperl-bb5e6740edccf2703e0d7b006c0674a289d48888.tar.gz
Remove a redundant EXTEND (its followed by XPUSHs)
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index 169dc987a0..88524b4d15 100644
--- a/toke.c
+++ b/toke.c
@@ -7706,7 +7706,6 @@ Perl_yylex(pTHX)
ENTER;
SAVETMPS;
PUSHMARK(sp);
- EXTEND(SP, 1);
XPUSHs(PL_encoding);
PUTBACK;
call_method("name", G_SCALAR);