summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-07-28 19:37:18 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-24 10:37:41 +0900
commitd9f084ed142f8f3f76041237f3a507171b4d8c3c (patch)
tree511b3f6e4a66bd871a462ffed8e9e84872f1c0fb /internal
parent5d99800d01936a521f129b4aafc533468675df48 (diff)
Moved rb_deprecate_constant declaration [Feature #18051]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4763
Diffstat (limited to 'internal')
-rw-r--r--internal/variable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/variable.h b/internal/variable.h
index 057beccfcc..299c4b6825 100644
--- a/internal/variable.h
+++ b/internal/variable.h
@@ -44,7 +44,6 @@ void rb_mv_generic_ivar(VALUE src, VALUE dst);
VALUE rb_const_missing(VALUE klass, VALUE name);
int rb_class_ivar_set(VALUE klass, ID vid, VALUE value);
void rb_iv_tbl_copy(VALUE dst, VALUE src);
-void rb_deprecate_constant(VALUE mod, const char *name);
RUBY_SYMBOL_EXPORT_END
MJIT_SYMBOL_EXPORT_BEGIN