mirror of https://github.com/rails/rails
Unused variable removed
This commit is contained in:
parent
9dd168c402
commit
b6fc41275c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue