From 2b9191e5572f165ea88295094dcbf3f466684902 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 18 Nov 2014 15:13:05 +0000 Subject: * internal.h: Gather declarations in non-header files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'object.c') diff --git a/object.c b/object.c index 74521f8444..eadc1be693 100644 --- a/object.c +++ b/object.c @@ -162,7 +162,6 @@ rb_obj_equal(VALUE obj1, VALUE obj2) VALUE rb_obj_hash(VALUE obj) { - long rb_objid_hash(st_index_t index); VALUE oid = rb_obj_id(obj); #if SIZEOF_LONG == SIZEOF_VOIDP st_index_t index = NUM2LONG(oid); @@ -279,8 +278,6 @@ rb_obj_copy_ivar(VALUE dest, VALUE obj) } } -void rb_copy_wb_protected_attribute(VALUE dest, VALUE obj); - static void init_copy(VALUE dest, VALUE obj) { -- cgit v1.2.3