about summary refs log tree commit homepage
path: root/lib/rainbows/rev/thread_client.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 21:46:46 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 21:47:28 +0000
commit6741aa27e4c35724b5306644d3a391fce415b0c7 (patch)
treee2a904a3a1dc2b3ee4f4a4063e36642a35e1b636 /lib/rainbows/rev/thread_client.rb
parent869e0d5da8cbe8959983ed66e2b4c31dc7a37d92 (diff)
downloadrainbows-6741aa27e4c35724b5306644d3a391fce415b0c7.tar.gz
One line of code saved!  We'll also avoid loading
DeferredChunkResponse which is rarely needed
(unlike DeferredResponse).
Diffstat (limited to 'lib/rainbows/rev/thread_client.rb')
-rw-r--r--lib/rainbows/rev/thread_client.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rainbows/rev/thread_client.rb b/lib/rainbows/rev/thread_client.rb
index e529b5b..d6e6655 100644
--- a/lib/rainbows/rev/thread_client.rb
+++ b/lib/rainbows/rev/thread_client.rb
@@ -1,7 +1,5 @@
 # -*- encoding: binary -*-
 # :enddoc:
-require 'thread'
-require 'rainbows/rev/master'
 
 RUBY_VERSION =~ %r{\A1\.8} and
   warn "Rev and Threads do not mix well under Ruby 1.8"