From 062b4d675231fe9f8d266bed4406b6f591844fde Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Jul 2010 03:02:40 +0000 Subject: * include/ruby/{intern,io}.h: add missing prototypes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'vm_core.h') 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 -- cgit v1.2.3