From 2ae41d24b9e8ba399293660d4dd900ff66742c97 Mon Sep 17 00:00:00 2001
From: Andrew White <andrew.white@unboxed.co>
Date: Sun, 13 Nov 2016 22:29:18 +0000
Subject: Remove deprecated module method_transplanting file

---
 .../lib/active_support/core_ext/module/method_transplanting.rb         | 3 ---
 1 file changed, 3 deletions(-)
 delete mode 100644 activesupport/lib/active_support/core_ext/module/method_transplanting.rb

(limited to 'activesupport')

diff --git a/activesupport/lib/active_support/core_ext/module/method_transplanting.rb b/activesupport/lib/active_support/core_ext/module/method_transplanting.rb
deleted file mode 100644
index dccfa3e9bb..0000000000
--- a/activesupport/lib/active_support/core_ext/module/method_transplanting.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