summaryrefslogtreecommitdiff
path: root/io.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 /io.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 'io.c')
-rw-r--r--io.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/io.c b/io.c
index 9bce9b5315..8f8a1e9442 100644
--- a/io.c
+++ b/io.c
@@ -65,7 +65,6 @@ struct timeval {
#endif
VALUE cIO;
-extern VALUE cFile;
VALUE eEOFError;
VALUE eIOError;
@@ -2559,10 +2558,6 @@ opt_i_set(val)
inplace = RSTRING(val)->ptr;
}
-extern VALUE mKernel;
-extern VALUE mEnumerable;
-extern VALUE eStandardError;
-
void
Init_IO()
{