about summary refs log tree commit homepage
path: root/lib/rainbows/xaccept_epoll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/xaccept_epoll.rb')
-rw-r--r--lib/rainbows/xaccept_epoll.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/xaccept_epoll.rb b/lib/rainbows/xaccept_epoll.rb
index 0690c07..94ad332 100644
--- a/lib/rainbows/xaccept_epoll.rb
+++ b/lib/rainbows/xaccept_epoll.rb
@@ -14,7 +14,6 @@ module Rainbows::XAcceptEpoll
   def init_worker_process(worker)
     super
     Rainbows::Epoll.const_set :EP, SleepyPenguin::Epoll.new
-    trap(:QUIT) { Rainbows::Epoll.quit! }
     Rainbows::Client.__send__ :include, Client
   end