removing more unused variables

This commit is contained in:
Aaron Patterson
2011-01-17 14:33:34 -08:00
parent fdfabc99e8
commit 9702159373

View File

@@ -43,7 +43,7 @@ module ActionDispatch
alias :etag? :etag
def initialize(*)
status, header, body = super
super
@cache_control = {}
@etag = self["ETag"]