summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-07-22 10:23:42 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-08-27 14:08:04 +0900
commit6b6a4471d615bc53015bec2556f8cd07f5408f38 (patch)
tree91577afb05ab9224f175906299ac6a8c4c0da861
parent4bc3846389eea28da2ef8c95a199f28b43060779 (diff)
rb_deprecated_classext_struct: delete
Used from nowhere any longer.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3340
-rw-r--r--internal/class.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/class.h b/internal/class.h
index 663a1e8dbf..816a3044f4 100644
--- a/internal/class.h
+++ b/internal/class.h
@@ -24,10 +24,6 @@
# undef RCLASS_SUPER
#endif
-struct rb_deprecated_classext_struct {
- char conflict[sizeof(VALUE) * 3];
-};
-
struct rb_subclass_entry {
VALUE klass;
struct rb_subclass_entry *next;