From 74ad66404fff6ea4a5ffa219855deed1ebeb383e Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 28 Aug 2020 00:00:59 -0400 Subject: suggest_trie_walk: Remove invalid FALLTHROUGH annotation --- src/nvim/spell.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nvim/spell.c') diff --git a/src/nvim/spell.c b/src/nvim/spell.c index 05bb501fa2..dc1bfe25b4 100644 --- a/src/nvim/spell.c +++ b/src/nvim/spell.c @@ -4405,8 +4405,6 @@ static void suggest_trie_walk(suginfo_T *su, langp_T *lp, char_u *fword, bool so } break; - FALLTHROUGH; - case STATE_INS: // Insert one byte. Repeat this for each possible byte at this // node. -- cgit