aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/select_manager.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/select_manager.rb')
-rw-r--r--lib/arel/select_manager.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/arel/select_manager.rb b/lib/arel/select_manager.rb
index 7ec9fdba79..bb7b1f5b66 100644
--- a/lib/arel/select_manager.rb
+++ b/lib/arel/select_manager.rb
@@ -86,9 +86,6 @@ module Arel
def from table
table = Nodes::SqlLiteral.new(table) if String === table
- # FIXME: this is a hack to support
- # test_with_two_tables_in_from_without_getting_double_quoted
- # from the AR tests.
case table
when Nodes::Join