diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-09 16:37:10 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-09 16:37:10 +0200 |
commit | 4c871760d2cd1b08196cbad456e063555460d9e5 (patch) | |
tree | 02cae00050081883088ec1a45538acc0aa9a8743 /src/plugins/relay | |
parent | ddd7a85f2dc0f335abe727699db50554818e6af4 (diff) | |
download | weechat-4c871760d2cd1b08196cbad456e063555460d9e5.zip |
relay: remove dead assignment
Diffstat (limited to 'src/plugins/relay')
-rw-r--r-- | src/plugins/relay/weechat/relay-weechat-msg.c | 1 |
1 files changed, 0 insertions, 1 deletions
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], '('); |