From ce2b2058587224ade9261cd4127ef4f6e94d356b Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Mon, 27 Feb 2017 20:16:40 +0100 Subject: [stm] Port the toplevel to the STM. - We clean-up `Vernac` and make it use the STM API. - Now functions in `Vernac` for use in the toplevel and compiler take an starting `Stateid.t`. - Duplicated `Stm.interp` entry point is removed. - The XML protocol call `interp` is disabled. --- lib/flags.ml | 2 -- lib/flags.mli | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/flags.ml b/lib/flags.ml index 5b080151cd..ef5eddfb29 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -86,8 +86,6 @@ let in_toplevel = ref false let profile = false let print_emacs = ref false -let coqtop_ui = ref false - let xml_export = ref false let ide_slave = ref false diff --git a/lib/flags.mli b/lib/flags.mli index bd365e6538..f5e1c96f9a 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -46,9 +46,8 @@ val in_toplevel : bool ref val profile : bool +(* Legacy flags *) val print_emacs : bool ref -val coqtop_ui : bool ref - val xml_export : bool ref val ide_slave : bool ref -- cgit v1.2.3