diff options
author | Sergey Nartimov <just.lest@gmail.com> | 2012-01-18 05:01:09 +0300 |
---|---|---|
committer | Sergey Nartimov <just.lest@gmail.com> | 2012-01-18 05:01:09 +0300 |
commit | cead2dd1f4e40eb21270b4a6112645a59ce89088 (patch) | |
tree | 8e715edeb11a1febd26c87c87c7245e0902d0e55 /activesupport/lib | |
parent | 57aaaa61977e82b9de2c43c26b00e636030685c4 (diff) | |
download | rails-cead2dd1f4e40eb21270b4a6112645a59ce89088.tar.gz rails-cead2dd1f4e40eb21270b4a6112645a59ce89088.tar.bz2 rails-cead2dd1f4e40eb21270b4a6112645a59ce89088.zip |
remove unused requires
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/buffered_logger.rb | 3 | ||||
-rw-r--r-- | activesupport/lib/active_support/configurable.rb | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/activesupport/lib/active_support/buffered_logger.rb b/activesupport/lib/active_support/buffered_logger.rb index 36e29644c6..0595446189 100644 --- a/activesupport/lib/active_support/buffered_logger.rb +++ b/activesupport/lib/active_support/buffered_logger.rb @@ -1,8 +1,5 @@ -require 'thread' -require 'active_support/core_ext/class/attribute_accessors' require 'active_support/deprecation' require 'active_support/logger' -require 'fileutils' module ActiveSupport BufferedLogger = ActiveSupport::Deprecation::DeprecatedConstantProxy.new( diff --git a/activesupport/lib/active_support/configurable.rb b/activesupport/lib/active_support/configurable.rb index a2d2719de7..a8aa53a80f 100644 --- a/activesupport/lib/active_support/configurable.rb +++ b/activesupport/lib/active_support/configurable.rb @@ -1,7 +1,5 @@ require 'active_support/concern' require 'active_support/ordered_options' -require 'active_support/core_ext/kernel/singleton_class' -require 'active_support/core_ext/module/delegation' require 'active_support/core_ext/array/extract_options' module ActiveSupport |