зеркало из https://github.com/github/ruby.git
Remove no longer used variable
This commit is contained in:
Родитель
7b3a531fff
Коммит
725739d65b
|
@ -257,7 +257,6 @@ class TestGc < Test::Unit::TestCase
|
|||
assert_nil GC.latest_gc_info(:need_major_by)
|
||||
|
||||
# allocate objects until need_major_by is set or major GC happens
|
||||
major_count = GC.stat(:major_gc_count)
|
||||
objects = []
|
||||
while GC.latest_gc_info(:need_major_by).nil?
|
||||
objects.append(100.times.map { '*' })
|
||||
|
|
Загрузка…
Ссылка в новой задаче