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.mli | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/flags.mli') diff --git a/lib/flags.mli b/lib/flags.mli index bd365e653..f5e1c96f9 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