aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
Diffstat (limited to 'parsing')
-rw-r--r--parsing/g_vernac.ml42
1 files changed, 0 insertions, 2 deletions
diff --git a/parsing/g_vernac.ml4 b/parsing/g_vernac.ml4
index e43c9ed0ad..96b226be4b 100644
--- a/parsing/g_vernac.ml4
+++ b/parsing/g_vernac.ml4
@@ -327,8 +327,6 @@ GEXTEND Gram
<:ast< (RestoreState $id) >>
| IDENT "Remove"; IDENT "State"; id = identarg; "." ->
<:ast< (RemoveState $id) >>
- | IDENT "Reset"; IDENT "after"; id = identarg; "." ->
- <:ast< (ResetAfter $id) >>
| IDENT "Reset"; IDENT "Initial"; "." -> <:ast< (ResetInitial) >>
| IDENT "Reset"; IDENT "Section"; id = identarg; "." ->
<:ast< (ResetSection $id) >>