mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Remove dead comment
This commit is contained in:
parent
700e39e9cb
commit
da31b83e66
1 changed files with 0 additions and 2 deletions
2
gc.c
2
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue