summaryrefslogtreecommitdiff
path: root/range.c
diff options
context:
space:
mode:
Diffstat (limited to 'range.c')
-rw-r--r--range.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/range.c b/range.c
index fbf6b4a280..759dc8f0ab 100644
--- a/range.c
+++ b/range.c
@@ -13,8 +13,6 @@
#include "ruby.h"
static VALUE cRange;
-extern VALUE cNumeric;
-
static ID upto;
static VALUE
@@ -203,8 +201,6 @@ range_length(rng)
return size;
}
-extern VALUE mEnumerable;
-
void
Init_Range()
{