aboutsummaryrefslogtreecommitdiff
path: root/lib/flags.ml
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-02-08 13:39:26 +0100
committerGaëtan Gilbert2019-03-01 13:46:04 +0100
commitf13a56cad95dae05b63b735fd6eb6bd4596f9a00 (patch)
tree83a989f147b97526af1342e3d5aca78a880f3e7b /lib/flags.ml
parented5685a2afaa9c429d1f16950317363d9b0bc1a8 (diff)
Move test_mode from Flags to Vernacentries (use point)
Diffstat (limited to 'lib/flags.ml')
-rw-r--r--lib/flags.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index 1195b8caf1..6718e7a954 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -43,8 +43,6 @@ let with_options ol f x =
let record_aux_file = ref false
-let test_mode = ref false
-
let async_proofs_worker_id = ref "master"
let async_proofs_is_worker () = !async_proofs_worker_id <> "master"