diff options
| author | Emilio Jesus Gallego Arias | 2018-03-11 01:14:28 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-05-30 17:50:37 +0200 |
| commit | 0dc79e09b2b7c369b35191191aa257451a536540 (patch) | |
| tree | 56ecf715bf703828818c31a2279718cc1e31d479 /library/globnames.mli | |
| parent | 118d24281bc62bb7ff503abee56f156545eb9eea (diff) | |
[api] Remove deprecated objects in engine / interp / library
Diffstat (limited to 'library/globnames.mli')
| -rw-r--r-- | library/globnames.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/globnames.mli b/library/globnames.mli index 2fe35ebccd..15fcd5bdd9 100644 --- a/library/globnames.mli +++ b/library/globnames.mli @@ -49,10 +49,6 @@ val printable_constr_of_global : GlobRef.t -> constr raise [Not_found] if not a global reference *) val global_of_constr : constr -> GlobRef.t -(** Obsolete synonyms for constr_of_global and global_of_constr *) -val reference_of_constr : constr -> GlobRef.t -[@@ocaml.deprecated "Alias of Globnames.global_of_constr"] - module RefOrdered : sig type t = GlobRef.t val compare : t -> t -> int |
