From 50c22a35b1c3ec4a6d18ea2171ce92bb0fdb99d9 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 24 Jul 2003 18:33:50 +0000 Subject: * gcc -Wall clean-up. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 1 - 1 file changed, 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index a3b7fa78a..681ba97ec 100644 --- a/io.c +++ b/io.c @@ -96,7 +96,6 @@ VALUE rb_eIOError; VALUE rb_stdin, rb_stdout, rb_stderr, rb_defout, rb_deferr; static VALUE orig_stdin, orig_stdout, orig_stderr; -static int saved_fd[3] = {0, 1, 2}; VALUE rb_output_fs; VALUE rb_rs; -- cgit