aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/ide_slave.ml
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2018-03-26 14:01:52 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2018-03-26 14:01:52 +0200
commitc1dcb97cf95c10d19f67689108da8726232da4fb (patch)
tree54b60698a12d133cccd822f323cec582ac0e9e6a /ide/ide_slave.ml
parente128900aee63c972d7977fd47e3fd21649b63409 (diff)
parent75f569f35fbbbbab5a4629eaf3385335a3024e0b (diff)
Merge PR #6970: [vernac] Move `Quit` and `Drop` to the toplevel layer.
Diffstat (limited to 'ide/ide_slave.ml')
-rw-r--r--ide/ide_slave.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/ide/ide_slave.ml b/ide/ide_slave.ml
index 6b7efc839..2e552b60b 100644
--- a/ide/ide_slave.ml
+++ b/ide/ide_slave.ml
@@ -359,8 +359,6 @@ let handle_exn (e, info) =
| _ -> None in
let mk_msg () = CErrors.print ~info e in
match e with
- | CErrors.Drop -> dummy, None, Pp.str "Drop is not allowed by coqide!"
- | CErrors.Quit -> dummy, None, Pp.str "Quit is not allowed by coqide!"
| e ->
match Stateid.get info with
| Some (valid, _) -> valid, loc_of info, mk_msg ()