From 8dba9f13ea91cc15c40a9b12e15ea65aae1024e4 Mon Sep 17 00:00:00 2001 From: brainopia Date: Mon, 30 Apr 2012 04:38:35 +0400 Subject: Remove unused ivars left from close checks These ivars were missed in d142572567 when close checks were removed --- actionpack/lib/action_dispatch/middleware/cookies.rb | 1 - actionpack/lib/action_dispatch/middleware/flash.rb | 1 - 2 files changed, 2 deletions(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_dispatch/middleware/cookies.rb b/actionpack/lib/action_dispatch/middleware/cookies.rb index 0c717c8503..eae83dbc91 100644 --- a/actionpack/lib/action_dispatch/middleware/cookies.rb +++ b/actionpack/lib/action_dispatch/middleware/cookies.rb @@ -117,7 +117,6 @@ module ActionDispatch @delete_cookies = {} @host = host @secure = secure - @closed = false @cookies = {} end diff --git a/actionpack/lib/action_dispatch/middleware/flash.rb b/actionpack/lib/action_dispatch/middleware/flash.rb index c92c91df65..41a2deaa86 100644 --- a/actionpack/lib/action_dispatch/middleware/flash.rb +++ b/actionpack/lib/action_dispatch/middleware/flash.rb @@ -79,7 +79,6 @@ module ActionDispatch def initialize #:nodoc: @discard = Set.new - @closed = false @flashes = {} @now = nil end -- cgit v1.2.3