aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/deprecation.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/deprecation.rb b/activesupport/lib/active_support/deprecation.rb
index 2e92cbfbf3..d7acdc2bd8 100644
--- a/activesupport/lib/active_support/deprecation.rb
+++ b/activesupport/lib/active_support/deprecation.rb
@@ -78,7 +78,6 @@ module ActiveSupport
def initialize(instance, method, var = "@#{method}")
@instance, @method, @var = instance, method, var
- deprecation_warning :initialize, caller
end
private