mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/io/console/console.c (console_set_winsize): remove
unused variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
74f724de1a
commit
4ac511266d
1 changed files with 2 additions and 0 deletions
|
@ -410,7 +410,9 @@ console_set_winsize(VALUE io, VALUE size)
|
|||
int newrow, newcol;
|
||||
#endif
|
||||
VALUE row, col, xpixel, ypixel;
|
||||
#if defined TIOCSWINSZ
|
||||
int fd;
|
||||
#endif
|
||||
|
||||
GetOpenFile(io, fptr);
|
||||
size = rb_Array(size);
|
||||
|
|
Loading…
Reference in a new issue