Delete AS::Dependencies.history

This commit is contained in:
Xavier Noria 2021-08-18 22:55:35 +02:00
parent 5102fdeacf
commit 46576a4555
1 changed files with 0 additions and 3 deletions

View File

@ -54,9 +54,6 @@ module ActiveSupport # :nodoc:
Dependencies._eager_load_paths.member?(path)
end
# All files ever loaded.
mattr_accessor :history, default: Set.new
# All files currently loaded.
mattr_accessor :loaded, default: Set.new