Delete AS::Dependencies.constant_watch_stack

This commit is contained in:
Xavier Noria 2021-08-18 23:16:45 +02:00
parent e5cdd54525
commit dd5d632a6b
1 changed files with 0 additions and 3 deletions

View File

@ -169,9 +169,6 @@ module ActiveSupport # :nodoc:
end
end
# An internal stack used to record which constants are loaded by any block.
mattr_accessor :constant_watch_stack, default: WatchStack.new
def load?
mechanism == :load
end