aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-21 05:17:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-21 05:17:41 +0000
commit8acbd4de1824a68be5bffb97a6d9857fc85cb9e4 (patch)
tree7da8cff205ed6ad16c8cf188b190aedcb12fe33c /vm_method.c
parent896b4030f6f663ac338b5c7e40f52ac202423695 (diff)
downloadruby-8acbd4de1824a68be5bffb97a6d9857fc85cb9e4.tar.gz
backward.h: 2.2 deprecated features
* include/ruby/backward.h (DECLARE_DEPRECATED_FEATURE): move features deprecated at 2.2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vm_method.c b/vm_method.c
index dd5b921d7e..00b2763e5d 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -81,12 +81,6 @@ rb_class_clear_method_cache(VALUE klass, VALUE arg)
}
void
-rb_clear_cache(void)
-{
- DEPRECATED_INTERNAL_FEATURE("rb_clear_cache()");
-}
-
-void
rb_clear_constant_cache(void)
{
INC_GLOBAL_CONSTANT_STATE();