From d0bd3cdc06853be4de33dcf48c23730e25792f16 Mon Sep 17 00:00:00 2001 From: Takayuki Nakata Date: Wed, 11 Dec 2019 10:07:27 +0900 Subject: [PATCH] Remove unused requires `reporting` was removed at 7e75dc5d86. `singleton_class` was removed at b342d2baef. --- activesupport/lib/active_support/callbacks.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb index daf98c9528f..a7341f88e50 100644 --- a/activesupport/lib/active_support/callbacks.rb +++ b/activesupport/lib/active_support/callbacks.rb @@ -4,8 +4,6 @@ require "active_support/concern" require "active_support/descendants_tracker" require "active_support/core_ext/array/extract_options" require "active_support/core_ext/class/attribute" -require "active_support/core_ext/kernel/reporting" -require "active_support/core_ext/kernel/singleton_class" require "active_support/core_ext/string/filters" require "thread"