From 72276eb06b7d16501bd32821befe9b7803a51302 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 Jul 2011 15:49:36 +0000 Subject: * remove unused variables. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/io/console/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/io') diff --git a/ext/io/console/console.c b/ext/io/console/console.c index 87101fea5e..6fa0e906ac 100644 --- a/ext/io/console/console.c +++ b/ext/io/console/console.c @@ -557,7 +557,7 @@ console_dev(VALUE klass) VALUE out; rb_io_t *ofptr; #endif - int fd, mode; + int fd; #ifdef CONSOLE_DEVICE_FOR_WRITING fd = open(CONSOLE_DEVICE_FOR_WRITING, O_WRONLY); -- cgit v1.2.3