We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f907e5a commit d0ee603Copy full SHA for d0ee603
1 file changed
ext/io/console/console.c
@@ -861,7 +861,6 @@ console_set_winsize(VALUE io, VALUE size)
861
int newrow, newcol;
862
COORD oldsize;
863
SMALL_RECT oldwindow;
864
- BOOL ret;
865
#endif
866
VALUE row, col, xpixel, ypixel;
867
const VALUE *sz;
0 commit comments