aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r--src/nvim/spell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c
index 8ef67c95f7..875f34f55c 100644
--- a/src/nvim/spell.c
+++ b/src/nvim/spell.c
@@ -8009,7 +8009,6 @@ static void init_spellfile(void)
}
// Init the chartab used for spelling for ASCII.
-// EBCDIC is not supported!
static void clear_spell_chartab(spelltab_T *sp)
{
int i;