remove unnecessary prototype

This commit is contained in:
Yuichi Nishiwaki 2015-07-16 15:44:06 +09:00
parent b4f8d929ec
commit 6d43b31a68
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ heap_morecore(pic_state *pic)
}
static void gc_mark(pic_state *, pic_value);
static void gc_mark_object(pic_state *pic, struct pic_object *obj);
static bool
gc_is_marked(union header *p)