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