summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/variable.c b/variable.c
index 5318a94dbe..4d80ce2afd 100644
--- a/variable.c
+++ b/variable.c
@@ -1007,8 +1007,7 @@ rb_generic_ivar_table(VALUE obj)
return a.tbl;
#else
- ONLY_FOR_INTERNAL_USE("rb_generic_ivar_table()");
- UNREACHABLE;
+ DEPRECATED_INTERNAL_FEATURE("rb_generic_ivar_table()");
return 0;
#endif
}