Skip to content

Commit

Permalink
[ruby/io-console] Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 17, 2019
1 parent 64ce658 commit a9d17af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/io/console/console.c
Expand Up @@ -465,7 +465,6 @@ nogvl_getch(void *p)
switch (c) {
case WEOF:
break;
return (VALUE)0;
case 0x00:
case 0xe0:
buf[len++] = c;
Expand Down

0 comments on commit a9d17af

Please sign in to comment.