tweaks: remove a superfluous case -- there can never be four digits

master
Benno Schulenberg 2018-01-11 10:31:23 +01:00
parent 837475519b
commit 091dd71f08
1 changed files with 0 additions and 6 deletions

View File

@ -1316,12 +1316,6 @@ int get_byte_kbinput(int kbinput)
* Return this character as the result. */
retval = kbinput;
break;
default:
/* If there are more than three digits, return this
* character as the result. (Maybe we should produce an
* error instead?) */
retval = kbinput;
break;
}
/* If we have a result, reset the counter and the byte holder. */