From c23e06c9691fb10db2c749be8a824cb43e9de4f6 Mon Sep 17 00:00:00 2001 From: NehaGautam Date: Tue, 25 Aug 2015 18:54:53 +0530 Subject: =?UTF-8?q?remove=20unused=20require=20=E2=80=98set=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actionpack/lib/action_controller/caching.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb index a4e4992cfe..2801db0154 100644 --- a/actionpack/lib/action_controller/caching.rb +++ b/actionpack/lib/action_controller/caching.rb @@ -1,6 +1,5 @@ require 'fileutils' require 'uri' -require 'set' module ActionController # \Caching is a cheap way of speeding up slow applications by keeping the result of -- cgit v1.2.3