summaryrefslogtreecommitdiff
path: root/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'class.c')
-rw-r--r--class.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/class.c b/class.c
index 828719c4ee..c6d011f2b6 100644
--- a/class.c
+++ b/class.c
@@ -120,8 +120,6 @@ rb_class_new(VALUE super)
return rb_class_boot(super);
}
-VALUE rb_iseq_clone(VALUE iseqval, VALUE newcbase);
-
static void
rb_mod_clone_method(VALUE klass, ID mid, const rb_method_entry_t *me)
{