summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vm_core.h b/vm_core.h
index 1843567693..a30f4c9b87 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -645,9 +645,6 @@ NOINLINE(void rb_gc_save_machine_context(rb_thread_t *));
#define sysstack_error GET_VM()->special_exceptions[ruby_error_sysstack]
-VALUE rb_str_resurrect(VALUE str);
-VALUE rb_ary_resurrect(VALUE ary);
-
/* for thread */
#if RUBY_VM_THREAD_MODEL == 2