mirror of https://github.com/rails/rails
Merge pull request #40225 from p8/remove-unused-cache-hit-ivar
Remove unused @cache_hit Hash assignment
This commit is contained in:
commit
f04819972b
|
@ -267,7 +267,6 @@ module ActionView #:nodoc:
|
|||
@view_renderer = ActionView::Renderer.new @lookup_context
|
||||
@current_template = nil
|
||||
|
||||
@cache_hit = {}
|
||||
assign(assigns)
|
||||
assign_controller(controller)
|
||||
_prepare_context
|
||||
|
|
Loading…
Reference in New Issue