diff options
author | Jon Leighton <j@jonathanleighton.com> | 2011-08-09 00:00:52 +0100 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2011-08-09 00:00:52 +0100 |
commit | 5680a51dcbaf4239b53481fd1ae39a6f4ee4034d (patch) | |
tree | 5f50e04ab9a3bfe4032e884d3f961660e1b23714 /activerecord | |
parent | 5870291425c39405aafeddf26281d4d0c514fd4a (diff) | |
download | rails-5680a51dcbaf4239b53481fd1ae39a6f4ee4034d.tar.gz rails-5680a51dcbaf4239b53481fd1ae39a6f4ee4034d.tar.bz2 rails-5680a51dcbaf4239b53481fd1ae39a6f4ee4034d.zip |
Remove TODO comment I didn't mean to commit
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/connection_adapters/abstract_adapter.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb index 88fd180fa5..077cf7df1b 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb @@ -56,8 +56,6 @@ module ActiveRecord adapter = pool.spec.config[:adapter] if Arel::Visitors::VISITORS[adapter] - # TODO: Add a test for this - ActiveSupport::Deprecation.warn( "Arel::Visitors::VISITORS is deprecated and will be removed. Database adapters " \ "should define a visitor_for method which returns the appropriate visitor for " \ |