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