about summary refs log tree commit homepage
path: root/lib/unicorn/tee_input.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn/tee_input.rb')
-rw-r--r--lib/unicorn/tee_input.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/unicorn/tee_input.rb b/lib/unicorn/tee_input.rb
index 1e7afef..9e66837 100644
--- a/lib/unicorn/tee_input.rb
+++ b/lib/unicorn/tee_input.rb
@@ -28,9 +28,6 @@ module Unicorn
       @wr = File.open(tmp.path, 'wb')
       @rd.sync = @wr.sync = true
 
-      def @rd.size
-        stat.size
-      end
       tmp.close!
     end