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

script: remove dead assignment of variable length in function script_action_list_input

This commit is contained in:
Sébastien Helleu
2020-02-16 07:59:02 +01:00
parent 4cb0e2dc55
commit 3fc0f1957e
-2
View File
@@ -111,8 +111,6 @@ script_action_list_input (int send_to_buffer, int translated)
if (!buf)
return;
length = 0;
for (i = 0; i < SCRIPT_NUM_LANGUAGES; i++)
{
snprintf (hdata_name, sizeof (hdata_name),