X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgencgc.c;h=21bcd78f60dc66688c7d06bc3bc001acddbed15f;hb=a7002797a1fb36ec3a7c30f6ebcb314b0e58e817;hp=bd48b12adc029c52b170af1740c91ad96cd7e895;hpb=f5583053b2918ad03d00a0bf063be02d57dfb2c1;p=sbcl.git diff --git a/src/runtime/gencgc.c b/src/runtime/gencgc.c index bd48b12..21bcd78 100644 --- a/src/runtime/gencgc.c +++ b/src/runtime/gencgc.c @@ -148,8 +148,6 @@ unsigned long bytes_allocated = 0; extern unsigned long bytes_consed_between_gcs; /* gc-common.c */ unsigned long auto_gc_trigger = 0; -size_t dynamic_space_size = DEFAULT_DYNAMIC_SPACE_SIZE; - /* the source and destination generations. These are set before a GC starts * scavenging. */ generation_index_t from_space;