suggest_trie_walk: Remove invalid FALLTHROUGH annotation

This commit is contained in:
James McCoy
2020-08-28 00:00:59 -04:00
parent 2516386c6b
commit 74ad66404f

View File

@@ -4405,8 +4405,6 @@ static void suggest_trie_walk(suginfo_T *su, langp_T *lp, char_u *fword, bool so
} }
break; break;
FALLTHROUGH;
case STATE_INS: case STATE_INS:
// Insert one byte. Repeat this for each possible byte at this // Insert one byte. Repeat this for each possible byte at this
// node. // node.