diff options
author | Yusuke Endoh <[email protected]> | 2025-05-01 17:10:55 +0900 |
---|---|---|
committer | Satoshi Tagomori <[email protected]> | 2025-05-11 23:32:50 +0900 |
commit | 8d3cd4301a38725229171fbbd71d587056d86de4 (patch) | |
tree | 0083539c05b9ead509adef6b533ea22dcc81db3d /proc.c | |
parent | 1e4f7a28b826c6130610c13e4e7dc57ab50672d5 (diff) |
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);
| ^~~~~~~~~~~~~~~~~~~~~~~
```
Diffstat (limited to 'proc.c')
0 files changed, 0 insertions, 0 deletions