aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/flags.ml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-22 02:31:16 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-04-12 16:49:46 +0200
commit55bddb4bf35fa68318aa57a5fa8a113d1fe51159 (patch)
treeba6820b5c2c47bfce0f13ccd194c82f7e017b2bd /lib/flags.ml
parent46856a80958f1aaa3242b6d37f018df9528e5e5f (diff)
[flags] Documentation and a minor tweak.
Mostly documentation and making a couple of local flags, local.
Diffstat (limited to 'lib/flags.ml')
-rw-r--r--lib/flags.ml7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index ef5eddfb2..d87d9e729 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -95,7 +95,6 @@ let time = ref false
let raw_print = ref false
-let record_print = ref true
let univ_print = ref false
@@ -181,12 +180,6 @@ let warn = ref true
let make_warn flag = warn := flag; ()
let if_warn f x = if !warn then f x
-(* The number of printed hypothesis in a goal *)
-
-let print_hyps_limit = ref (None : int option)
-let set_print_hyps_limit n = print_hyps_limit := n
-let print_hyps_limit () = !print_hyps_limit
-
(* Flags for external tools *)
let browser_cmd_fmt =