From 24a202ab30257c76debd6de69fb1d3374518a3ec Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sun, 6 Jan 2013 21:58:48 +0900 Subject: These are already required through AS/rails * dependencies/autoload * concern * deprecation --- .../lib/active_record/connection_adapters/abstract/connection_pool.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb') diff --git a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb b/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb index 82d0cf7e2e..27e6e8898c 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb @@ -2,7 +2,6 @@ require 'thread' require 'thread_safe' require 'monitor' require 'set' -require 'active_support/deprecation' module ActiveRecord # Raised when a connection could not be obtained within the connection -- cgit v1.2.3