1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: remove dead code

This commit is contained in:
Sébastien Helleu
2026-04-10 21:48:37 +02:00
parent afa42ec851
commit 77a0dbfd44
-2
View File
@@ -315,8 +315,6 @@ eval_string_range_chars (const char *range)
char1 = utf8_char_int (range);
/* next char must be '-' */
if (!range[0])
goto end;
ptr_char = utf8_next_char (range);
if (!ptr_char || !ptr_char[0] || (ptr_char[0] != '-'))
goto end;