X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fgencgc-alloc-region.h;h=752c821dbd6b39dea29808ffb6a745b3de24a8b3;hb=1eb303172df6650de51ad12b993a392681f50c50;hp=cf03761dbf0701e722cf2dea5e88db006a89297a;hpb=2bd3af5e84bbaff699e093aab8528871a61c88d6;p=sbcl.git diff --git a/src/runtime/gencgc-alloc-region.h b/src/runtime/gencgc-alloc-region.h index cf03761..752c821 100644 --- a/src/runtime/gencgc-alloc-region.h +++ b/src/runtime/gencgc-alloc-region.h @@ -22,7 +22,4 @@ extern struct alloc_region unboxed_region; extern generation_index_t from_space, new_space; extern struct weak_pointer *weak_pointers; -extern void *current_region_free_pointer; -extern void *current_region_end_addr; - #endif /* _GENCGC_ALLOC_REGION_H_ */