Remove dead comment

This commit is contained in:
Justin Ethier 2018-07-26 17:44:39 -04:00
parent 700e39e9cb
commit da31b83e66

2
gc.c
View file

@ -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;