diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-10-10 22:04:00 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-10 22:04:00 -0300 |
commit | 3c8f26ac14eb8fc8db45cf5ed020ce1227ce3859 (patch) | |
tree | d691533c18e30c1cca26bca7f4d28d3772ef102a /activesupport | |
parent | a7b20c70037dd4bcef61eb5f7616840496fa4854 (diff) | |
parent | 77b2e46df41574f9fb5f39eca6527c1dfe1cddf9 (diff) | |
download | rails-3c8f26ac14eb8fc8db45cf5ed020ce1227ce3859.tar.gz rails-3c8f26ac14eb8fc8db45cf5ed020ce1227ce3859.tar.bz2 rails-3c8f26ac14eb8fc8db45cf5ed020ce1227ce3859.zip |
Merge pull request #26531 from y-yagi/remove_unused_benchmark
remove unused require `benchmark`
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/cache.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb index e65e472d08..ad02546755 100644 --- a/activesupport/lib/active_support/cache.rb +++ b/activesupport/lib/active_support/cache.rb @@ -1,8 +1,6 @@ -require "benchmark" require "zlib" require "active_support/core_ext/array/extract_options" require "active_support/core_ext/array/wrap" -require "active_support/core_ext/benchmark" require "active_support/core_ext/module/attribute_accessors" require "active_support/core_ext/numeric/bytes" require "active_support/core_ext/numeric/time" |