aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
authorMaxime Dénès2017-04-24 14:36:45 +0200
committerMaxime Dénès2017-04-24 14:36:45 +0200
commit83d30f7aa8be369a8caf7c130d5dfa4962470eda (patch)
tree2919bee50a58ec3810950be43cdb18d96830c0c8 /stm
parentecff95e24e69a8761f7aa154312fdcc01f99766b (diff)
parent6c683786c8100259e8c78b710e4a75974ae00eba (diff)
Merge PR#565: Remove VernacError
Diffstat (limited to 'stm')
-rw-r--r--stm/vernac_classifier.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/stm/vernac_classifier.ml b/stm/vernac_classifier.ml
index fb6adaec5f..c4f392f201 100644
--- a/stm/vernac_classifier.ml
+++ b/stm/vernac_classifier.ml
@@ -202,8 +202,7 @@ let rec classify_vernac e =
(* What are these? *)
| VernacToplevelControl _
| VernacRestoreState _
- | VernacWriteState _
- | VernacError _ -> VtUnknown, VtNow
+ | VernacWriteState _ -> VtUnknown, VtNow
(* Plugins should classify their commands *)
| VernacExtend (s,l) ->
try List.assoc s !classifiers l ()