1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

xfer: remove dead assignment in function xfer_add_cb

This commit is contained in:
Sebastien Helleu
2014-02-22 14:54:21 +01:00
parent e4493a1b0c
commit 3ef27075f9
-1
View File
@@ -965,7 +965,6 @@ xfer_add_cb (void *data, const char *signal, const char *type_data,
file_size = 0;
sock = -1;
port = 0;
plugin_name = weechat_infolist_string (infolist, "plugin_name");
plugin_id = weechat_infolist_string (infolist, "plugin_id");