[ruby/io-console] Removed dead code

a49462ed97
This commit is contained in:
Nobuyoshi Nakada 2019-12-10 10:07:00 +09:00
parent 64ce658ec5
commit a9d17af242
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -465,7 +465,6 @@ nogvl_getch(void *p)
switch (c) { switch (c) {
case WEOF: case WEOF:
break; break;
return (VALUE)0;
case 0x00: case 0x00:
case 0xe0: case 0xe0:
buf[len++] = c; buf[len++] = c;