summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-11-03 23:32:40 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-11-03 23:32:40 +0900
commitc3e2dd072aa46be3d13faff9a5fed0ba64b2b680 (patch)
tree6ac1d184cb8c9131e4beb1948a9bbf5b23d46aeb /test
parentfa7484019d4321f8c0775a4811574dccd29bcaea (diff)
test/ruby/test_gc_compact.rb: suppress "assigned but unused variable"
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_gc_compact.rb1
1 files changed, 0 insertions, 1 deletions
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 {