From 9d3a2d042500094befe4b88f3aa73693bc287ed9 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Thu, 27 Sep 2018 02:33:10 +0200 Subject: [lib] [flags] Move coqlib handling out of `Flags` The relevant logic is already in `Envars`, so it makes sense to make it private and don't expose the low-level implementation of the logic. --- lib/flags.ml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/flags.ml') diff --git a/lib/flags.ml b/lib/flags.ml index 54f25e209d..4d6c36f55d 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -121,10 +121,6 @@ let warn = ref true let make_warn flag = warn := flag; () let if_warn f x = if !warn then f x -(* Options for changing coqlib *) -let coqlib_spec = ref false -let coqlib = ref "(not initialized yet)" - (* Level of inlining during a functor application *) let default_inline_level = 100 -- cgit v1.2.3