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:
parent
548896c927
commit
8d42481e94
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue