From 8f1a0af7385e7332b958d030fe054b6ff0f8637b Mon Sep 17 00:00:00 2001 From: kennyj Date: Thu, 19 Apr 2012 00:19:39 +0900 Subject: Remove unused code. We should use 'active_support/time'. --- activesupport/lib/active_support/time/autoload.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 activesupport/lib/active_support/time/autoload.rb (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/time/autoload.rb b/activesupport/lib/active_support/time/autoload.rb deleted file mode 100644 index c9a7731b39..0000000000 --- a/activesupport/lib/active_support/time/autoload.rb +++ /dev/null @@ -1,5 +0,0 @@ -module ActiveSupport - autoload :Duration, 'active_support/duration' - autoload :TimeWithZone, 'active_support/time_with_zone' - autoload :TimeZone, 'active_support/values/time_zone' -end -- cgit v1.2.3