X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fgencgc.c;h=7ebb353e8454cacbd7a55cb1f5e0b78c5391a9a1;hb=80f222325e1f677e5cf8de01c6990906fa47f65d;hp=bdf74f340f7b5d790046c1be91833f1aa888090b;hpb=fb8533122551bbb7aea669f40bc91c1211809b58;p=sbcl.git diff --git a/src/runtime/gencgc.c b/src/runtime/gencgc.c index bdf74f3..7ebb353 100644 --- a/src/runtime/gencgc.c +++ b/src/runtime/gencgc.c @@ -49,8 +49,6 @@ void do_pending_interrupt(void); /* forward declarations */ int gc_find_freeish_pages(int *restart_page_ptr, int nbytes, int unboxed); -void gc_set_region_empty(struct alloc_region *region); -void gc_alloc_update_all_page_tables(void); static void gencgc_pickup_dynamic(void); boolean interrupt_maybe_gc_int(int, siginfo_t *, void *);