about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-07-21 23:17:48 +0000
committerEric Wong <normalperson@yhbt.net>2011-07-21 23:17:48 +0000
commit175727bc349ec0f7b94b4de936c7e9de1aaffd2d (patch)
treeeb01c4a6c972300e85918ff5eacf1b42493868c8 /lib/rainbows.rb
parent19a7c3afcb22af75ac3afc358e96325d00415ace (diff)
downloadrainbows-175727bc349ec0f7b94b4de936c7e9de1aaffd2d.tar.gz
kgio 2.5 added kgio_wait_*able methods
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index ef9e75f..84604b2 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -1,7 +1,6 @@
 # -*- encoding: binary -*-
 require 'kgio'
 require 'unicorn'
-require 'io/wait'
 Unicorn::SocketHelper::DEFAULTS.merge!({
   # the value passed to TCP_DEFER_ACCEPT actually matters in Linux 2.6.32+
   :tcp_defer_accept => 60,