From c3e2dd072aa46be3d13faff9a5fed0ba64b2b680 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Tue, 3 Nov 2020 23:32:40 +0900 Subject: [PATCH] test/ruby/test_gc_compact.rb: suppress "assigned but unused variable" --- test/ruby/test_gc_compact.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb index 0ceb54dba7..3aad9e6d5f 100644 --- a/test/ruby/test_gc_compact.rb +++ b/test/ruby/test_gc_compact.rb @@ -55,7 +55,6 @@ class TestGCCompact < Test::Unit::TestCase def test_gc_compact_stats list = [] - list2 = [] # Try to make some fragmentation 500.times {