about summary refs log tree commit homepage
path: root/lib/rainbows/base.rb
diff options
context:
space:
mode:
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