summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-08-22 06:02:17 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-08-24 19:02:57 -0700
commit5507db74493fe9335bf157907f4dbe6a6036dfb6 (patch)
tree1bacfd001ca1badd60dd338c1c771d553b732d09 /toke.c
parenta49203fdc35b175db76cae4906baaa8c2e43f3ee (diff)
downloadperl-5507db74493fe9335bf157907f4dbe6a6036dfb6.tar.gz
Stop setting PL_lex_expect
As of two commits ago, nothing uses its value any more.
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 d1325b3acc..398bd7b0c7 100644
--- a/toke.c
+++ b/toke.c
@@ -1909,7 +1909,6 @@ S_force_next(pTHX_ I32 type)
PL_nexttoke++;
if (PL_lex_state != LEX_KNOWNEXT) {
PL_lex_defer = PL_lex_state;
- PL_lex_expect = PL_expect;
PL_lex_state = LEX_KNOWNEXT;
}
}