aboutsummaryrefslogtreecommitdiff
path: root/lib/cErrors.ml
diff options
context:
space:
mode:
authorMaxime Dénès2017-11-08 13:00:14 +0100
committerMaxime Dénès2017-11-08 13:00:14 +0100
commitd9f79d97dbc503e149cba2df1b228a94d7ac970b (patch)
treed34f23cbf0a05f9351bff43276e1a9914fdc8a1f /lib/cErrors.ml
parente38df89db1b7cd9d201569a39a6a935299317f3e (diff)
parent9402b6efad32757f44d72d83f6aabdca8829e3ed (diff)
Merge PR #6100: [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 3f4e8aa12f..94357aad35 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