Unused variable removed

This commit is contained in:
Arun Agrawal 2011-10-24 21:56:27 +05:30
parent 9dd168c402
commit b6fc41275c
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class BufferedLoggerTest < Test::Unit::TestCase
end
keep_running = true
b = Thread.new do
Thread.new do
@logger.info("b")
while keep_running
sleep(0.001)