summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y6
1 files changed, 1 insertions, 5 deletions
diff --git a/parse.y b/parse.y
index f746a0c272..5fae5dc218 100644
--- a/parse.y
+++ b/parse.y
@@ -2673,11 +2673,7 @@ rel_expr : arg relop arg %prec '>'
}
;
-lex_ctxt : tSP
- {
- $$ = p->ctxt;
- }
- | none
+lex_ctxt : none
{
$$ = p->ctxt;
}