about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/rainbows/base.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb
index 41daa2d..c2f7335 100644
--- a/lib/rainbows/base.rb
+++ b/lib/rainbows/base.rb
@@ -15,9 +15,6 @@ module Rainbows::Base
     Rainbows::MaxBody.setup
     Rainbows.tick_io = worker.tmp
 
-    listeners = Rainbows::HttpServer::LISTENERS
-    Rainbows::HttpServer::IO_PURGATORY.concat(listeners)
-
     # we're don't use the self-pipe mechanism in the Rainbows! worker
     # since we don't defer reopening logs
     Rainbows::HttpServer::SELF_PIPE.each { |x| x.close }.clear