ruby/internal
Yusuke Endoh 8d3cd4301a Remove unnecessary prototype declarations
```
internal/class.h:158:20: warning: ‘RCLASS_SET_CLASSEXT_TABLE’ declared ‘static’ but never defined [-Wunused-function]
  158 | static inline void RCLASS_SET_CLASSEXT_TABLE(VALUE obj, st_table *tbl);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
internal/class.h:271:20: warning: ‘RCLASS_WRITE_SUBCLASSES’ declared ‘static’ but never defined [-Wunused-function]
  271 | static inline void RCLASS_WRITE_SUBCLASSES(VALUE klass, rb_subclass_anchor_t *anchor);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
```
2025-05-11 23:32:50 +09:00
..
2024-12-12 14:07:56 -05:00
2025-05-11 23:32:50 +09:00
2025-05-08 07:58:05 +02:00
2025-05-11 23:32:50 +09:00
2025-04-19 19:16:54 +09:00
2025-05-11 23:32:50 +09:00
2025-05-11 23:32:50 +09:00
2025-01-20 10:31:36 -05:00
2025-05-11 23:32:50 +09:00
2025-05-11 23:32:50 +09:00