diff options
Diffstat (limited to 'boehm-gc/misc.c')
-rw-r--r-- | boehm-gc/misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/boehm-gc/misc.c b/boehm-gc/misc.c index 8c0d0147bf6..60505af16af 100644 --- a/boehm-gc/misc.c +++ b/boehm-gc/misc.c @@ -819,7 +819,6 @@ struct callinfo info[NFRAMES]; #endif /* SAVE_CALL_CHAIN */ -# ifdef SRC_M3 void GC_enable() { GC_dont_gc--; @@ -829,7 +828,6 @@ void GC_disable() { GC_dont_gc++; } -# endif #if !defined(NO_DEBUGGING) |