mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
Remove NULL/non-NULL tests after calls to vim_str(n)save()
This commit is contained in:
@@ -1911,9 +1911,6 @@ void backslash_halve(char_u *p)
|
||||
char_u* backslash_halve_save(char_u *p)
|
||||
{
|
||||
char_u *res = vim_strsave(p);
|
||||
if (res == NULL) {
|
||||
return p;
|
||||
}
|
||||
backslash_halve(res);
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user