From 301a70e45eac43f034077c95bce04edbcf2ab4ad Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 11 Oct 2001 17:27:20 +0000 Subject: Suppression option immediate_discharge; nettoyage de Declare et conséquences git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2109 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/options.ml | 3 --- lib/options.mli | 2 -- 2 files changed, 5 deletions(-) (limited to 'lib') diff --git a/lib/options.ml b/lib/options.ml index d5efe7feff..a8adcdb74e 100644 --- a/lib/options.ml +++ b/lib/options.ml @@ -64,6 +64,3 @@ let without_mes_ambig f x = let unsafe_set = ref Stringset.empty let add_unsafe s = unsafe_set := Stringset.add s !unsafe_set let is_unsafe s = Stringset.mem s !unsafe_set - -(* To deal with two kinds of discharge *) -let immediate_discharge = false diff --git a/lib/options.mli b/lib/options.mli index 84c60c9ddf..bf73cfcdf8 100644 --- a/lib/options.mli +++ b/lib/options.mli @@ -38,5 +38,3 @@ val without_mes_ambig : ('a -> 'b) -> 'a -> 'b val add_unsafe : string -> unit val is_unsafe : string -> bool - -val immediate_discharge : bool -- cgit v1.2.3