summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c3
1 files changed, 0 insertions, 3 deletions
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)
{