mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
Remove nonnullret deadcode: enc_canonize.
This commit is contained in:
@@ -2127,10 +2127,6 @@ static char_u *next_fenc(char_u **pp)
|
||||
free(r);
|
||||
r = p;
|
||||
}
|
||||
if (r == NULL) { /* out of memory */
|
||||
r = (char_u *)"";
|
||||
*pp = NULL;
|
||||
}
|
||||
return r;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user