From 032f478661cb69e99debe7fc486db1cf54c3d4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 20 Dec 2019 23:26:18 +0100 Subject: [PATCH] vt: remove debug assert --- vt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vt.c b/vt.c index 66cdc302..cb76ec65 100644 --- a/vt.c +++ b/vt.c @@ -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: