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:
parent
9f648262f9
commit
45ba027d08
14 changed files with 12 additions and 20 deletions
|
@ -474,7 +474,7 @@ class TestThreadQueue < Test::Unit::TestCase
|
|||
prod_threads.each{|t|
|
||||
begin
|
||||
t.join
|
||||
rescue => e
|
||||
rescue
|
||||
end
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue