1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed unused variables

This commit is contained in:
Nobuyoshi Nakada 2019-06-29 21:19:01 +09:00
parent 9f648262f9
commit 45ba027d08
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
14 changed files with 12 additions and 20 deletions

View file

@ -474,7 +474,7 @@ class TestThreadQueue < Test::Unit::TestCase
prod_threads.each{|t|
begin
t.join
rescue => e
rescue
end
}
end