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