[ruby/io-console] Remove no longer used variable

651797ff8a
This commit is contained in:
Nobuyoshi Nakada 2024-07-31 22:13:58 +09:00 committed by git
parent dedc496598
commit 12a5400a88

View file

@ -1626,7 +1626,6 @@ console_dev(int argc, VALUE *argv, VALUE klass)
#endif
#ifdef CONSOLE_DEVICE_FOR_WRITING
VALUE out;
rb_io_t *ofptr;
#endif
int fd;
VALUE path = rb_obj_freeze(rb_str_new2(CONSOLE_DEVICE));