aboutsummaryrefslogtreecommitdiffstats
path: root/gc/include/gc_gcj.h
diff options
context:
space:
mode:
Diffstat (limited to 'gc/include/gc_gcj.h')
-rw-r--r--gc/include/gc_gcj.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gc/include/gc_gcj.h b/gc/include/gc_gcj.h
index 9123a28..5e932af 100644
--- a/gc/include/gc_gcj.h
+++ b/gc/include/gc_gcj.h
@@ -47,8 +47,6 @@
/* The following allocators signal an out of memory condition with */
/* return GC_oom_fn(bytes); */
-extern void * (*GC_oom_action)(void);
-
/* The following function must be called before the gcj allocators */
/* can be invoked. */
/* mp_index and mp are the index and mark_proc (see gc_mark.h) */