summaryrefslogtreecommitdiff
path: root/byterun/fail.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/fail.h')
-rw-r--r--byterun/fail.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/byterun/fail.h b/byterun/fail.h
index 6832274118..da72c7805a 100644
--- a/byterun/fail.h
+++ b/byterun/fail.h
@@ -74,7 +74,6 @@ CAMLextern void caml_raise_sys_error (value) Noreturn;
CAMLextern void caml_raise_end_of_file (void) Noreturn;
CAMLextern void caml_raise_zero_divide (void) Noreturn;
CAMLextern void caml_raise_not_found (void) Noreturn;
-CAMLextern void caml_init_exceptions (void);
CAMLextern void caml_array_bound_error (void) Noreturn;
CAMLextern void caml_raise_sys_blocked_io (void) Noreturn;