summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-06-17 09:44:17 -0400
committerPeter Zhu <peter@peterzhu.ca>2022-06-17 09:44:17 -0400
commit2790bddda6e8ad49298de8bc71921f39e7390f26 (patch)
tree91267bd893afcee6ed86b2d3af8b04b1f3a8b355 /compile.c
parent9327b6f2221ef05c496e65ecce86722ea47a7c3b (diff)
downloadruby-2790bddda6e8ad49298de8bc71921f39e7390f26.tar.gz
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.
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compile.c b/compile.c
index f83b19bdbd..b820d9be8c 100644
--- a/compile.c
+++ b/compile.c
@@ -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;