From 73b18eccdfe835694ed39d3b410a786516aa3076 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Sun, 13 Nov 2016 22:33:33 +0000 Subject: Remove deprecated struct core_ext file --- activesupport/lib/active_support/core_ext/struct.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 activesupport/lib/active_support/core_ext/struct.rb (limited to 'activesupport/lib/active_support') 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.") -- cgit v1.2.3