aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac/locality.mli
diff options
context:
space:
mode:
Diffstat (limited to 'vernac/locality.mli')
-rw-r--r--vernac/locality.mli8
1 files changed, 0 insertions, 8 deletions
diff --git a/vernac/locality.mli b/vernac/locality.mli
index c1c45d6b0..bef66d8bc 100644
--- a/vernac/locality.mli
+++ b/vernac/locality.mli
@@ -41,11 +41,3 @@ val enforce_section_locality : bool option -> bool -> bool
val make_module_locality : bool option -> bool
val enforce_module_locality : bool option -> bool -> bool
-
-(* This is the old imperative interface that is still used for
- * VernacExtend vernaculars. Time permitting this could be trashed too *)
-module LocalityFixme : sig
- val set : bool option -> unit
- val consume : unit -> bool option
- val assert_consumed : unit -> unit
-end