aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activesupport/lib/active_support/dependencies.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb
index 4880e5efd8..7c681092fa 100644
--- a/activesupport/lib/active_support/dependencies.rb
+++ b/activesupport/lib/active_support/dependencies.rb
@@ -668,8 +668,6 @@ module ActiveSupport #:nodoc:
new_constants.each { |c| remove_constant(c) }.clear
end
-
- []
end
# Convert the provided const desc to a qualified constant name (as a string).