Remove nonnullret deadcode: enc_canonize.

This commit is contained in:
Eliseo Martínez 2015-01-23 14:23:12 +01:00
parent c94863dec4
commit bd7e007c6d

View File

@ -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;
}