aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2012-09-17 21:33:43 +0900
committerkennyj <kennyj@gmail.com>2012-09-17 21:33:43 +0900
commit87321488da3e176ae0835d855eddb96c8752d5fd (patch)
tree36856c43d9827e788aac3818d87629123440797a /activesupport
parent2a301505ece91b1bf317c6627aaba7ec0cea43e9 (diff)
downloadrails-87321488da3e176ae0835d855eddb96c8752d5fd.tar.gz
rails-87321488da3e176ae0835d855eddb96c8752d5fd.tar.bz2
rails-87321488da3e176ae0835d855eddb96c8752d5fd.zip
Remove unncessary code.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/queueing/threaded_consumer_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/queueing/threaded_consumer_test.rb b/activesupport/test/queueing/threaded_consumer_test.rb
index 6bed80e9dd..fc43cb555a 100644
--- a/activesupport/test/queueing/threaded_consumer_test.rb
+++ b/activesupport/test/queueing/threaded_consumer_test.rb
@@ -47,7 +47,6 @@ class TestThreadConsumer < ActiveSupport::TestCase
end
test "shutting down the queue synchronously drains the jobs" do
- runnable = ::Queue.new
ran = false
job = Job.new do
sleep 0.1