From 3d03c7982982fd7dda45df9d1973f2696860088b Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Thu, 12 May 2011 15:24:10 +0200 Subject: Remove a circular require in AS deprecations. This is safe as AS deprecations is autoloaded as needed. --- activesupport/lib/active_support/core_ext/module/deprecation.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib/active_support/core_ext/module') diff --git a/activesupport/lib/active_support/core_ext/module/deprecation.rb b/activesupport/lib/active_support/core_ext/module/deprecation.rb index 9c169a2598..5a5b4e3f80 100644 --- a/activesupport/lib/active_support/core_ext/module/deprecation.rb +++ b/activesupport/lib/active_support/core_ext/module/deprecation.rb @@ -1,5 +1,3 @@ -require 'active_support/deprecation' - class Module # Declare that a method has been deprecated. # deprecate :foo -- cgit v1.2.3