mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
removing more unused variables
This commit is contained in:
@@ -43,7 +43,7 @@ module ActionDispatch
|
||||
alias :etag? :etag
|
||||
|
||||
def initialize(*)
|
||||
status, header, body = super
|
||||
super
|
||||
|
||||
@cache_control = {}
|
||||
@etag = self["ETag"]
|
||||
|
||||
Reference in New Issue
Block a user