summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-06-02 10:05:37 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-06-02 10:05:37 +0000
commit46c4975d9c25f7f336a23bde080420c5ed29ab0e (patch)
treeebd8f7cd175a477da19c8871a44adab3e933077e /file.c
parente6ab550ac5504c4e5f3b2946749f8381513448ff (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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()
{