1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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:
usa 2018-05-20 18:09:36 +00:00
parent 548896c927
commit 8d42481e94

2
gc.c
View file

@ -3797,7 +3797,7 @@ gc_sweep(rb_objspace_t *objspace)
#endif
}
else {
struct heap_page *page;
struct heap_page *page = NULL;
gc_sweep_start(objspace);
list_for_each(&heap_eden->pages, page, page_node) {