diff --git a/gc.c b/gc.c index 25876df4..ff7a03db 100644 --- a/gc.c +++ b/gc.c @@ -537,8 +537,6 @@ size_t gc_convert_heap_page_to_free_list(gc_heap *h, gc_thread_data *thd) */ gc_heap *gc_sweep_fixed_size(gc_heap * h, int heap_type, gc_thread_data *thd) { -// TODO: all of this needs to be reworked, see gc_sweep - //size_t heap_freed = 0, sum_freed = 0; short heap_is_empty; object p; gc_free_list *q, *r, *s;