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:
parent
9327b6f222
commit
2790bddda6
@ -10702,8 +10702,6 @@ struct ibf_dump {
|
|||||||
struct ibf_dump_buffer *current_buffer;
|
struct ibf_dump_buffer *current_buffer;
|
||||||
};
|
};
|
||||||
|
|
||||||
rb_iseq_t * iseq_alloc(void);
|
|
||||||
|
|
||||||
struct ibf_load_buffer {
|
struct ibf_load_buffer {
|
||||||
const char *buff;
|
const char *buff;
|
||||||
ibf_offset_t size;
|
ibf_offset_t size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user