mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02: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
|
#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…
Add table
Add a link
Reference in a new issue