mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
Remove unused statement
... to disable a warning: assigned but unused variable - expected
This commit is contained in:
parent
6414f260fc
commit
535eb4de11
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ class TestThreadInstrumentation < Test::Unit::TestCase
|
|||
threads = nil
|
||||
full_timeline = record do
|
||||
threads = threaded_cpu_bound_work(1.0)
|
||||
expected = cpu_bound_work(1.0)
|
||||
results = threads.map(&:value)
|
||||
results.each do |r|
|
||||
refute_equal false, r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue