fix commit bug introduced in HEAD^^

This commit is contained in:
Yuichi Nishiwaki 2013-10-14 17:36:07 +09:00
parent 22414b61e8
commit ed7a9d5758
1 changed files with 0 additions and 2 deletions

View File

@ -214,8 +214,6 @@ gc_sweep_phase(pic_state *pic)
{
union header *base, *bp, *p;
freep = pic->heap->freep;
for (p = freep; p != freep; p = p->s.ptr) {
base = pic->heap->base;
for (p = base->s.ptr; p != base; p = p->s.ptr) {
for (bp = p + p->s.size; bp != p->s.ptr; bp += bp->s.size) {