mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Delete the classic version of AS::Dependencies.autoloaded_constants
This commit is contained in:
parent
9615e21ab7
commit
08481be86e
1 changed files with 0 additions and 5 deletions
|
@ -62,11 +62,6 @@ module ActiveSupport # :nodoc:
|
|||
# main autoloader. Used to clear state.
|
||||
mattr_accessor :_autoloaded_tracked_classes, default: Set.new
|
||||
|
||||
# An array of qualified constant names that have been loaded. Adding a name
|
||||
# to this array will cause it to be unloaded the next time Dependencies are
|
||||
# cleared.
|
||||
mattr_accessor :autoloaded_constants, default: []
|
||||
|
||||
def clear
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue