X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgencgc.c;h=18687975ce20bc096c1f60ce14c38d372a3f76ff;hb=beddcfe1ea23d2cfdddde2fa7cde6436799715a2;hp=c1fc6c85b92acfacd729273a17418a3dc97e1d60;hpb=0bce9320787ec158000514620f3b7122642861b1;p=sbcl.git diff --git a/src/runtime/gencgc.c b/src/runtime/gencgc.c index c1fc6c8..1868797 100644 --- a/src/runtime/gencgc.c +++ b/src/runtime/gencgc.c @@ -4314,8 +4314,7 @@ remap_page_range (page_index_t from, page_index_t to) static void remap_free_pages (page_index_t from, page_index_t to, int forcibly) { - page_index_t first_page, last_page, - first_aligned_page, last_aligned_page; + page_index_t first_page, last_page; if (forcibly) return remap_page_range(from, to);