From a5cdb7a813515fa0cbee23101d2f911b4017ed90 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Tue, 21 Oct 2008 11:34:56 +0100 Subject: Remove stuff that was deprecated in 2-1-stable --- activesupport/lib/active_support.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activesupport/lib/active_support.rb') diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index 0ff09067ec..202f4ce6ab 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -59,7 +59,3 @@ require 'active_support/secure_random' require 'active_support/rescuable' I18n.load_path << File.dirname(__FILE__) + '/active_support/locale/en-US.yml' - -Inflector = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Inflector', 'ActiveSupport::Inflector') -Dependencies = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Dependencies', 'ActiveSupport::Dependencies') -TimeZone = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('TimeZone', 'ActiveSupport::TimeZone') -- cgit v1.2.3