From 4c871760d2cd1b08196cbad456e063555460d9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 9 Aug 2014 16:37:10 +0200 Subject: relay: remove dead assignment --- src/plugins/relay/weechat/relay-weechat-msg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/relay') diff --git a/src/plugins/relay/weechat/relay-weechat-msg.c b/src/plugins/relay/weechat/relay-weechat-msg.c index 0d2bb4809..a7be45f2c 100644 --- a/src/plugins/relay/weechat/relay-weechat-msg.c +++ b/src/plugins/relay/weechat/relay-weechat-msg.c @@ -628,7 +628,6 @@ relay_weechat_msg_add_hdata (struct t_relay_weechat_msg *msg, goto end; ptr_hdata = ptr_hdata_head; strcpy (path_returned, hdata_head); - hdata_name = hdata_head; for (i = 1; i < num_path; i++) { pos = strchr (list_path[i], '('); -- cgit v1.2.3