diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-02-21 05:17:41 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-02-21 05:17:41 +0000 |
commit | 556a1352e4d1f44f900c83027f1e888b0ae7cdb1 (patch) | |
tree | 7da8cff205ed6ad16c8cf188b190aedcb12fe33c /vm_method.c | |
parent | bd26c796a100f5bab429a0891d367e5bc4a793e7 (diff) | |
download | ruby-556a1352e4d1f44f900c83027f1e888b0ae7cdb1.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.c | 6 |
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(); |