aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml/files/patch-byterun_backtrace.c
blob: 3adbd9513c1b746eb9110a4c17c3135cd977d4ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- byterun/backtrace.c.orig	2020-08-22 14:46:44 UTC
+++ 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;