aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2016-11-13 22:33:33 +0000
committerAndrew White <andrew.white@unboxed.co>2016-11-13 23:09:02 +0000
commit73b18eccdfe835694ed39d3b410a786516aa3076 (patch)
tree7ab5a3d0b3f0fa1d1c6f3705dff18f55b621ba64 /activesupport/lib/active_support
parent2ae41d24b9e8ba399293660d4dd900ff66742c97 (diff)
downloadrails-73b18eccdfe835694ed39d3b410a786516aa3076.tar.gz
rails-73b18eccdfe835694ed39d3b410a786516aa3076.tar.bz2
rails-73b18eccdfe835694ed39d3b410a786516aa3076.zip
Remove deprecated struct core_ext file
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/core_ext/struct.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/core_ext/struct.rb b/activesupport/lib/active_support/core_ext/struct.rb
deleted file mode 100644
index dccfa3e9bb..0000000000
--- a/activesupport/lib/active_support/core_ext/struct.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-require "active_support/deprecation"
-
-ActiveSupport::Deprecation.warn("This file is deprecated and will be removed in Rails 5.1 with no replacement.")