Remove unused variable

This commit is contained in:
Sebastien Helleu 2008-11-15 18:29:47 +01:00
parent fdf827d31f
commit e1d639d7eb

View File

@ -461,7 +461,6 @@ char *
utf8_strndup (const char *string, int max_chars)
{
const char *end;
char *result;
if (!string || (max_chars < 0))
return NULL;