Skip to content

Commit

Permalink
Remove unused statement
Browse files Browse the repository at this point in the history
... to disable a warning: assigned but unused variable - expected
  • Loading branch information
mame committed Dec 12, 2023
1 parent 6414f26 commit 535eb4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/-ext-/thread/test_instrumentation_api.rb
Expand Up @@ -58,7 +58,6 @@ def test_muti_thread_timeline
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
Expand Down

0 comments on commit 535eb4d

Please sign in to comment.