remove unnecessary protect

This commit is contained in:
Yuichi Nishiwaki 2013-11-22 01:53:22 -08:00
parent 05b2717b9e
commit f610424ae5
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@ expand(pic_state *pic, pic_value obj, struct syntactic_env *env)
pic_gc_arena_restore(pic, ai);
pic_gc_protect(pic, v);
pic_gc_protect(pic, obj);
}
v = pic_reverse(pic, v);