aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/util.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.mli')
-rw-r--r--lib/util.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util.mli b/lib/util.mli
index 2216ba981..baa116489 100644
--- a/lib/util.mli
+++ b/lib/util.mli
@@ -27,8 +27,6 @@ val errorlabstrm : string -> std_ppcmds -> 'a
exception AlreadyDeclared of std_ppcmds
val alreadydeclared : std_ppcmds -> 'a
-exception AnomalyOnError of string * exn
-
(** [todo] is for running of an incomplete code its implementation is
"do nothing" (or print a message), but this function should not be
used in a released code *)