about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-11 15:44:57 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-11 15:44:57 -0800
commitf9256a6897645e709753f37b723ed1c6388c0c84 (patch)
tree41b356602bfb4b83401e34891bcb17ac8d1c64eb
parent69d8ec2f167eb99a1efec4a770ba5951e7c366f0 (diff)
downloadrainbows-f9256a6897645e709753f37b723ed1c6388c0c84.tar.gz
Nobody uses it anymore
-rw-r--r--lib/rainbows/event_machine/client.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/event_machine/client.rb b/lib/rainbows/event_machine/client.rb
index b13d6fb..c4a7f30 100644
--- a/lib/rainbows/event_machine/client.rb
+++ b/lib/rainbows/event_machine/client.rb
@@ -1,7 +1,6 @@
 # -*- encoding: binary -*-
 # :enddoc:
 class Rainbows::EventMachine::Client < EM::Connection
-  attr_writer :body
   include Rainbows::EvCore
 
   def initialize(io)