diff options
-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], '('); |