vt: remove debug assert

This commit is contained in:
Daniel Eklöf 2019-12-20 23:26:18 +01:00
parent 9ad9e4ccaf
commit 032f478661
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
vt.c
View file

@ -678,7 +678,6 @@ state_escape_switch(struct terminal *term, uint8_t data)
static enum state
state_escape_intermediate_switch(struct terminal *term, uint8_t data)
{
assert(false);
switch (data) {
/* exit current enter new state */
case 0x00 ... 0x17: