summaryrefslogtreecommitdiff
path: root/byterun/backtrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/backtrace.c')
-rw-r--r--byterun/backtrace.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/byterun/backtrace.c b/byterun/backtrace.c
index a5bc780951..c10c19f1fb 100644
--- a/byterun/backtrace.c
+++ b/byterun/backtrace.c
@@ -27,9 +27,6 @@
#include "caml/backtrace_prim.h"
#include "caml/fail.h"
-/* The table of debug information fragments */
-struct ext_table caml_debug_info;
-
CAMLexport int32_t caml_backtrace_active = 0;
CAMLexport int32_t caml_backtrace_pos = 0;
CAMLexport backtrace_slot * caml_backtrace_buffer = NULL;