From 048ac3604cd46479002eaf7b1bb32770289580fc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 12 Jun 2008 19:52:44 -0500 Subject: Revert "Ensure MemCacheStore is required when using CompressedMemCacheStore since they are lazy load now." This reverts commit dd4181f47dc0f166eb5d3e47a4a0dc1594cc5669. --- activesupport/lib/active_support/cache/compressed_mem_cache_store.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/cache/compressed_mem_cache_store.rb b/activesupport/lib/active_support/cache/compressed_mem_cache_store.rb index 3f1f9ad179..9470ac9f66 100644 --- a/activesupport/lib/active_support/cache/compressed_mem_cache_store.rb +++ b/activesupport/lib/active_support/cache/compressed_mem_cache_store.rb @@ -1,5 +1,3 @@ -require "active_support/cache/mem_cache_store" - module ActiveSupport module Cache class CompressedMemCacheStore < MemCacheStore -- cgit v1.2.3