1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

Remove unused variable

This commit is contained in:
Sebastien Helleu
2008-11-15 18:29:47 +01:00
parent fdf827d31f
commit e1d639d7eb
-1
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;