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

* test/monitor/test_monitor.rb: remove unused variabels.

*  test/resolv/test_dns.rb: ditto.
*  test/rexml/test_functions.rb: ditto.
*  test/rss/test_setup_maker_itunes.rb: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-02-21 01:53:38 +00:00
parent d691a28d91
commit 5691727653
5 changed files with 10 additions and 5 deletions

View file

@ -83,7 +83,7 @@ class TestMonitor < Test::Unit::TestCase
def test_try_enter
queue1 = Queue.new
queue2 = Queue.new
th = Thread.start {
Thread.start {
queue1.deq
@monitor.enter
queue2.enq(nil)