aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vm.c b/vm.c
index 37eee294cc..951165694a 100644
--- a/vm.c
+++ b/vm.c
@@ -2784,10 +2784,6 @@ rb_vm_set_progname(VALUE filename)
RB_OBJ_WRITE(cfp->iseq, &cfp->iseq->body->location.path, filename);
}
-#if defined(ENABLE_VM_OBJSPACE) && ENABLE_VM_OBJSPACE
-struct rb_objspace *rb_objspace_alloc(void);
-#endif
-
extern const struct st_hash_type rb_fstring_hash_type;
void