Remove unused function declaration

iseq_alloc is not used in compile.c. It is also a static function
declared in iseq.c so it's not accessible in compile.c.
This commit is contained in:
Peter Zhu 2022-06-17 09:44:17 -04:00
parent 9327b6f222
commit 2790bddda6

View File

@ -10702,8 +10702,6 @@ struct ibf_dump {
struct ibf_dump_buffer *current_buffer;
};
rb_iseq_t * iseq_alloc(void);
struct ibf_load_buffer {
const char *buff;
ibf_offset_t size;