about summary refs log tree commit homepage
path: root/lib/rainbows/base.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-20 04:32:11 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-20 05:14:58 +0000
commitafb7e51363c646751be1a12083c1c7b184e3fd47 (patch)
tree881dc5d8008f3d55fee0a5768db566ca005d738a /lib/rainbows/base.rb
parent9c8372c3a4972cacf0eb15ad85d34cb33293672e (diff)
downloadrainbows-afb7e51363c646751be1a12083c1c7b184e3fd47.tar.gz
Its conceivable that we can avoid loading TeeInput for
EventMachine and Rev concurrency models in the future
since it's unused there.
Diffstat (limited to 'lib/rainbows/base.rb')
-rw-r--r--lib/rainbows/base.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb
index d9f46f7..180c80c 100644
--- a/lib/rainbows/base.rb
+++ b/lib/rainbows/base.rb
@@ -1,5 +1,4 @@
 # -*- encoding: binary -*-
-require 'rainbows/tee_input'
 
 # base class for Rainbows concurrency models, this is currently used by
 # ThreadSpawn and ThreadPool models.  Base is also its own