From 505a6a2cb01eea3b4f60b9e9b3b583b56f1bd50b Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Fri, 13 Jun 2014 16:07:46 +0200 Subject: Deprecate options -dont, -lazy, -force-load-proofs. These options no longer have any impact on the way proofs are loaded. In other words, loading is always lazy, whatever the options. Keeping them just so that coqc dies when the user prints some opaque symbol does not seem worth it. --- 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 9ef32989c8..cd9d9d6900 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -73,10 +73,6 @@ let ideslave_coqtop_flags = ref None let time = ref false -type load_proofs = Force | Lazy | Dont - -let load_proofs = ref Lazy - let raw_print = ref false let record_print = ref true -- cgit v1.2.3