diff options
Diffstat (limited to 'byterun/fail.c')
-rw-r--r-- | byterun/fail.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/byterun/fail.c b/byterun/fail.c index 991b71cd82..530ca5d138 100644 --- a/byterun/fail.c +++ b/byterun/fail.c @@ -140,12 +140,6 @@ CAMLexport void caml_raise_sys_blocked_io(void) caml_raise_constant(Field(caml_global_data, SYS_BLOCKED_IO)); } -/* Initialization of statically-allocated exception buckets */ - -void caml_init_exceptions(void) -{ -} - int caml_is_special_exception(value exn) { return exn == Field(caml_global_data, MATCH_FAILURE_EXN) || exn == Field(caml_global_data, ASSERT_FAILURE_EXN) |