aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-22 02:08:29 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-04-12 16:49:46 +0200
commit46856a80958f1aaa3242b6d37f018df9528e5e5f (patch)
tree3c15b53a6f6ff36629e7fbff317ee73cc9ed818f /toplevel
parentce2b2058587224ade9261cd4127ef4f6e94d356b (diff)
[vernac] vernacentries.mli cleanup
This header file had accumulated quite a bit of cruft over the years, we clean it up while we are at it. No functional change as all the removed variables/methods were noops long time ago.
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/coqloop.ml1
-rw-r--r--toplevel/coqtop.ml1
2 files changed, 0 insertions, 2 deletions
diff --git a/toplevel/coqloop.ml b/toplevel/coqloop.ml
index 17d8f5f49..9478542c1 100644
--- a/toplevel/coqloop.ml
+++ b/toplevel/coqloop.ml
@@ -345,7 +345,6 @@ let loop_flush_all () =
let rec loop () =
Sys.catch_break true;
- if !Flags.print_emacs then Vernacentries.qed_display_script := false;
try
reset_input_buffer stdin top_buffer;
(* Be careful to keep this loop tail-recursive *)
diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml
index c8f3ca1ab..6f9ffe02b 100644
--- a/toplevel/coqtop.ml
+++ b/toplevel/coqtop.ml
@@ -250,7 +250,6 @@ let set_emacs () =
if not (Option.is_empty !toploop) then
error "Flag -emacs is incompatible with a custom toplevel loop";
Flags.print_emacs := true;
- Vernacentries.qed_display_script := false;
color := `OFF
(** Options for CoqIDE *)