aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/cErrors.ml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-11-07 00:48:14 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-11-07 00:53:19 +0100
commit9402b6efad32757f44d72d83f6aabdca8829e3ed (patch)
tree0ab9fc18568664e4b7bd0a63f9b52c6303e73a61 /lib/cErrors.ml
parent0d81e80a09db7d352408be4dfc5ba263f6ed98ef (diff)
[api] Remove 8.7 ML-deprecated functions.
Diffstat (limited to 'lib/cErrors.ml')
-rw-r--r--lib/cErrors.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/cErrors.ml b/lib/cErrors.ml
index 3f4e8aa12..94357aad3 100644
--- a/lib/cErrors.ml
+++ b/lib/cErrors.ml
@@ -137,8 +137,3 @@ let handled e =
let bottom _ = raise Bottom in
try let _ = print_gen bottom !handle_stack e in true
with Bottom -> false
-
-(* Deprecated functions *)
-let error string = user_err (str string)
-let user_err_loc (loc,hdr,msg) = user_err ~loc ~hdr msg
-let errorlabstrm hdr msg = user_err ~hdr msg