From 709a2331c0771959d229f9101b86af5035add7e9 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Fri, 3 May 2013 09:19:09 +0530 Subject: [PATCH] Remove unused var --- lib/rack/attack/cache.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rack/attack/cache.rb b/lib/rack/attack/cache.rb index 68df476..e5b3fc1 100644 --- a/lib/rack/attack/cache.rb +++ b/lib/rack/attack/cache.rb @@ -18,7 +18,6 @@ module Rack # so use the raw Redis::Store instead @store = store.instance_variable_get(:@data) else - @redis_store = false @store = store end end