aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/coqlib.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/coqlib.mli')
-rw-r--r--library/coqlib.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/library/coqlib.mli b/library/coqlib.mli
index 1e3c37a9e..b560cabb6 100644
--- a/library/coqlib.mli
+++ b/library/coqlib.mli
@@ -205,7 +205,3 @@ val coq_sig_ref : global_reference lazy_t
val coq_or_ref : global_reference lazy_t
val coq_iff_ref : global_reference lazy_t
-
-(* Deprecated functions *)
-val gen_reference : message -> string list -> string -> global_reference
-[@@ocaml.deprecated "Please use Coqlib.find_reference"]