Merge pull request #40225 from p8/remove-unused-cache-hit-ivar

Remove unused @cache_hit Hash assignment
This commit is contained in:
Kasper Timm Hansen 2020-09-13 12:35:18 +02:00 committed by GitHub
commit f04819972b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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