From 80be90f3de9d4c451ba7027a8abaf9e095b1c33f Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 31 Dec 2011 10:37:01 +0100 Subject: removes comment obsoleted by 18ed37b --- actionpack/lib/action_view/renderer/streaming_template_renderer.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'actionpack') 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 -- cgit v1.2.3