X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fcheneygc.c;h=60bd5afec67bd2313d270adaa5ffdb3d475730c4;hb=e404d36bb823d93ad20ccd6c653244cf443f2633;hp=68c8004695ca321f0fdbc01976fe0ab33169ca2c;hpb=6a94c061b478a60b9616feab5a84c3c54a8005b5;p=sbcl.git diff --git a/src/runtime/cheneygc.c b/src/runtime/cheneygc.c index 68c8004..60bd5af 100644 --- a/src/runtime/cheneygc.c +++ b/src/runtime/cheneygc.c @@ -47,7 +47,6 @@ lispobj *new_space; lispobj *new_space_free_pointer; static void scavenge_newspace(void); -static void scavenge_interrupt_contexts(void); extern unsigned long bytes_consed_between_gcs;