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

script: remove dead assignment in function script_action_install_process_cb

This commit is contained in:
Sébastien Helleu
2017-05-10 21:01:40 +02:00
parent 9df72e5d53
commit 8644ad0d4e
-1
View File
@@ -543,7 +543,6 @@ script_action_install_process_cb (const void *pointer, void *data,
filename2 = malloc (length);
if (filename2)
{
auto_load = 0;
if (ptr_script->status & SCRIPT_STATUS_INSTALLED)
{
auto_load = (ptr_script->status & SCRIPT_STATUS_AUTOLOADED) ?