Skip to content

Commit 03030bf

Browse files
etiennebarriejhawthorn
authored andcommitted
Remove unused variable warning
$ make test/ruby/test_thread.rb RUBYOPT=-w >/dev/null test/ruby/test_thread.rb:1595: warning: assigned but unused variable - bug21127
1 parent 43eb41e commit 03030bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ruby/test_thread.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,6 @@ def frame_for_deadlock_test_2
15921592

15931593
# [Bug #21342]
15941594
def test_unlock_locked_mutex_with_collected_fiber
1595-
bug21127 = '[ruby-core:120930] [Bug #21127]'
15961595
assert_separately([], "#{<<~"begin;"}\n#{<<~'end;'}")
15971596
begin;
15981597
5.times do

0 commit comments

Comments
 (0)