diff options
| author | Maxime Dénès | 2017-11-08 13:00:14 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-11-08 13:00:14 +0100 |
| commit | d9f79d97dbc503e149cba2df1b228a94d7ac970b (patch) | |
| tree | d34f23cbf0a05f9351bff43276e1a9914fdc8a1f /lib/cErrors.mli | |
| parent | e38df89db1b7cd9d201569a39a6a935299317f3e (diff) | |
| parent | 9402b6efad32757f44d72d83f6aabdca8829e3ed (diff) | |
Merge PR #6100: [api] Remove 8.7 ML-deprecated functions.
Diffstat (limited to 'lib/cErrors.mli')
| -rw-r--r-- | lib/cErrors.mli | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/cErrors.mli b/lib/cErrors.mli index f3253979f2..6fcc97a918 100644 --- a/lib/cErrors.mli +++ b/lib/cErrors.mli @@ -93,14 +93,3 @@ val noncritical : exn -> bool (** Check whether an exception is handled by some toplevel printer. The [Anomaly] exception is never handled. *) val handled : exn -> bool - -(** Deprecated functions *) -val error : string -> 'a - [@@ocaml.deprecated "use [user_err] instead"] - -val errorlabstrm : string -> Pp.t -> 'a - [@@ocaml.deprecated "use [user_err ~hdr] instead"] - -val user_err_loc : Loc.t * string * Pp.t -> 'a - [@@ocaml.deprecated "use [user_err ~loc] instead"] - |
