about summary refs log tree commit homepage
path: root/lib/rainbows/xepoll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/xepoll.rb')
-rw-r--r--lib/rainbows/xepoll.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/xepoll.rb b/lib/rainbows/xepoll.rb
index b99a66d..91ecfd2 100644
--- a/lib/rainbows/xepoll.rb
+++ b/lib/rainbows/xepoll.rb
@@ -20,7 +20,6 @@ module Rainbows::XEpoll
   def init_worker_process(worker)
     super
     Rainbows.const_set(:EP, SleepyPenguin::Epoll.new)
-    Rainbows.at_quit { Rainbows::EP.close }
     Rainbows::Client.__send__ :include, Client
   end