summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/file.c b/file.c
index 449d888814..0b761953e7 100644
--- a/file.c
+++ b/file.c
@@ -55,7 +55,6 @@ char *strrchr _((char*,char));
extern int utimes();
#endif
-extern VALUE cIO;
VALUE cFile;
VALUE mFileTest;
static VALUE sStat;
@@ -1574,8 +1573,6 @@ f_test(argc, argv)
return Qnil; /* not reached */
}
-extern VALUE mKernel;
-
void
Init_File()
{