aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/libnames.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/libnames.mli')
-rw-r--r--library/libnames.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/libnames.mli b/library/libnames.mli
index 6c6d435be..fe5033d73 100644
--- a/library/libnames.mli
+++ b/library/libnames.mli
@@ -34,11 +34,9 @@ val constr_of_global : global_reference -> constr
raise [Not_found] if not a global reference *)
val global_of_constr : constr -> global_reference
-(*
(* Obsolete synonyms for constr_of_global and global_of_constr *)
val constr_of_reference : global_reference -> constr
val reference_of_constr : constr -> global_reference
-*)
module Refset : Set.S with type elt = global_reference
module Refmap : Map.S with type key = global_reference