summaryrefslogtreecommitdiff
path: root/internal/class.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-19 17:37:06 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-19 17:44:48 +0900
commit6963f8f743b42f9004a0879cd66c550f18987352 (patch)
treee1be51b61b3cd63c03a413b5d7ca834cf1e82752 /internal/class.h
parentf96c1994498ea0debabb3e9ab60738b79fc6c6ba (diff)
downloadruby-6963f8f743b42f9004a0879cd66c550f18987352.tar.gz
Remove old warning aged nearly 8 years
Diffstat (limited to 'internal/class.h')
-rw-r--r--internal/class.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/class.h b/internal/class.h
index 1d25d9e7eb..cabd5db5c0 100644
--- a/internal/class.h
+++ b/internal/class.h
@@ -127,7 +127,6 @@ VALUE rb_obj_public_methods(int argc, const VALUE *argv, VALUE obj);
VALUE rb_special_singleton_class(VALUE);
VALUE rb_singleton_class_clone_and_attach(VALUE obj, VALUE attach);
VALUE rb_singleton_class_get(VALUE obj);
-int rb_class_has_methods(VALUE c);
void rb_undef_methods_from(VALUE klass, VALUE super);
static inline void RCLASS_SET_ORIGIN(VALUE klass, VALUE origin);