mirror of
https://github.com/neovim/neovim.git
synced 2025-10-13 21:36:05 +00:00
Fix dead assignment.
This commit is contained in:
@@ -1202,7 +1202,6 @@ static int read_sal_section(FILE *fd, slang_T *slang)
|
||||
SPELL_READ_NONNUL_BYTES( // <salfrom>
|
||||
(char *)p, (size_t)(ccnt - i), fd, xfree(smp->sm_lead));
|
||||
p += (ccnt - i);
|
||||
i = ccnt;
|
||||
}
|
||||
*p++ = NUL;
|
||||
|
||||
|
Reference in New Issue
Block a user