get rid of unused variable warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
548896c927
commit
8d42481e94
2
gc.c
2
gc.c
@ -3797,7 +3797,7 @@ gc_sweep(rb_objspace_t *objspace)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
struct heap_page *page;
|
struct heap_page *page = NULL;
|
||||||
gc_sweep_start(objspace);
|
gc_sweep_start(objspace);
|
||||||
|
|
||||||
list_for_each(&heap_eden->pages, page, page_node) {
|
list_for_each(&heap_eden->pages, page, page_node) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user