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 fa09bcaa72..ceb8b57f39 100644
--- a/src/nvim/spell.c
+++ b/src/nvim/spell.c
@@ -4139,7 +4139,6 @@ void spell_delete_wordlist(void)
void spell_free_all(void)
{
slang_T *slang;
- buf_T *buf;
// Go through all buffers and handle 'spelllang'. <VN>
FOR_ALL_BUFFERS(buf) {