Skip to content

Commit 3c8f26a

Browse files
authored
Merge pull request rails#26531 from y-yagi/remove_unused_benchmark
remove unused require `benchmark`
2 parents a7b20c7 + 77b2e46 commit 3c8f26a

File tree

1 file changed

+0
-2
lines changed
  • activesupport/lib/active_support

1 file changed

+0
-2
lines changed

activesupport/lib/active_support/cache.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
require "benchmark"
21
require "zlib"
32
require "active_support/core_ext/array/extract_options"
43
require "active_support/core_ext/array/wrap"
5-
require "active_support/core_ext/benchmark"
64
require "active_support/core_ext/module/attribute_accessors"
75
require "active_support/core_ext/numeric/bytes"
86
require "active_support/core_ext/numeric/time"

0 commit comments

Comments
 (0)