aboutsummaryrefslogtreecommitdiff
path: root/API/API.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-07-12 15:55:51 +0200
committerPierre-Marie Pédrot2017-07-13 15:14:45 +0200
commit469a9b3242891b089b4a211e96b5b568277f7fc0 (patch)
treebd6854ea387f33192bf3d44c6d729e5d23471f49 /API/API.mli
parent34bcd562cc9c8e5e6b0f3b79a15b9c55dd98813e (diff)
Remove the function Global.type_of_global_unsafe.
Diffstat (limited to 'API/API.mli')
-rw-r--r--API/API.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli
index f8fb96aa96..e8418552c4 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -2713,7 +2713,6 @@ sig
val constr_of_global_in_context : Environ.env -> Globnames.global_reference -> Constr.t * Univ.AUContext.t
val type_of_global_in_context : Environ.env -> Globnames.global_reference -> Constr.t * Univ.AUContext.t
- val type_of_global_unsafe : Globnames.global_reference -> Term.types
val current_dirpath : unit -> Names.DirPath.t
val body_of_constant_body : Declarations.constant_body -> (Term.constr * Univ.AUContext.t) option