aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index 57b805406c..dd5b921d7e 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -83,7 +83,7 @@ rb_class_clear_method_cache(VALUE klass, VALUE arg)
void
rb_clear_cache(void)
{
- ONLY_FOR_INTERNAL_USE("rb_clear_cache()");
+ DEPRECATED_INTERNAL_FEATURE("rb_clear_cache()");
}
void