summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gc.c b/gc.c
index c25f4bcfa8..d21d58b3fd 100644
--- a/gc.c
+++ b/gc.c
@@ -959,8 +959,6 @@ static VALUE
add_final(os, proc)
VALUE os, proc;
{
- extern VALUE cProc;
-
if (!obj_is_kind_of(proc, cProc)) {
ArgError("wrong type argument %s (Proc required)",
rb_class2name(CLASS_OF(proc)));