aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel')
-rw-r--r--lib/arel/table.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/arel/table.rb b/lib/arel/table.rb
index 5fb1254d17..aa61c36a31 100644
--- a/lib/arel/table.rb
+++ b/lib/arel/table.rb
@@ -146,15 +146,5 @@ Arel 4.0.0 with no replacement. PEW PEW PEW!!!
end
end
- @@table_cache = nil
- def self.table_cache engine # :nodoc:
- if $VERBOSE
- warn <<-eowarn
-(#{caller.first}) Arel::Table.table_cache is deprecated and will be removed in
-Arel 4.0.0 with no replacement. PEW PEW PEW!!!
- eowarn
- end
- @@table_cache ||= Hash[engine.connection.tables.map { |x| [x,true] }]
- end
end
end