aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-12-31 10:37:01 +0100
committerXavier Noria <fxn@hashref.com>2011-12-31 10:37:01 +0100
commit80be90f3de9d4c451ba7027a8abaf9e095b1c33f (patch)
tree4835cce42e866012bc7d8fba8c866c42a6154edc /actionpack
parent226528dfccb363b8d9007cc31ba87560565b530d (diff)
downloadrails-80be90f3de9d4c451ba7027a8abaf9e095b1c33f.tar.gz
rails-80be90f3de9d4c451ba7027a8abaf9e095b1c33f.tar.bz2
rails-80be90f3de9d4c451ba7027a8abaf9e095b1c33f.zip
removes comment obsoleted by 18ed37b
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/renderer/streaming_template_renderer.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_view/renderer/streaming_template_renderer.rb b/actionpack/lib/action_view/renderer/streaming_template_renderer.rb
index 4b66f66e2d..f46aabd2be 100644
--- a/actionpack/lib/action_view/renderer/streaming_template_renderer.rb
+++ b/actionpack/lib/action_view/renderer/streaming_template_renderer.rb
@@ -1,6 +1,3 @@
-# 1.9 ships with Fibers but we need to require the extra
-# methods explicitly. We only load those extra methods if
-# Fiber is available in the first place.
require 'fiber'
module ActionView