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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user