Skip to content

Commit bb5e674

Browse files
PeterMartinitsee
authored andcommitted
Remove a redundant EXTEND (its followed by XPUSHs)
1 parent 38d111e commit bb5e674

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

toke.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7706,7 +7706,6 @@ Perl_yylex(pTHX)
77067706
ENTER;
77077707
SAVETMPS;
77087708
PUSHMARK(sp);
7709-
EXTEND(SP, 1);
77107709
XPUSHs(PL_encoding);
77117710
PUTBACK;
77127711
call_method("name", G_SCALAR);

0 commit comments

Comments
 (0)