1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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