summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gc.c b/gc.c
index f3bfe00fbf..119e7a226d 100644
--- a/gc.c
+++ b/gc.c
@@ -9158,19 +9158,6 @@ rb_raw_iseq_info(char *buff, const int buff_size, const rb_iseq_t *iseq)
}
}
-static const rb_iseq_t *
-vm_proc_iseq(VALUE procval)
-{
- rb_proc_t *proc = RTYPEDDATA_DATA(procval);
-
- if (RUBY_VM_NORMAL_ISEQ_P(proc->block.iseq)) {
- return proc->block.iseq;
- }
- else {
- return NULL;
- }
-}
-
const char *
rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
{