From 3ef27075f994714efa85935ffbae5089488a5bc9 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 22 Feb 2014 14:54:21 +0100 Subject: [PATCH] xfer: remove dead assignment in function xfer_add_cb --- src/plugins/xfer/xfer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/xfer/xfer.c b/src/plugins/xfer/xfer.c index fd191f51c..a688841db 100644 --- a/src/plugins/xfer/xfer.c +++ b/src/plugins/xfer/xfer.c @@ -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");