mirror of https://github.com/rails/rails
Delete AS::Dependencies.constant_watch_stack
This commit is contained in:
parent
e5cdd54525
commit
dd5d632a6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue