diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-22 14:51:59 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-22 14:51:59 +0100 |
commit | e4493a1b0c6278be9947ec592453462756983685 (patch) | |
tree | 334d7e58eed96e8ff4ec7b02b51b96ae3cae5ac3 /src/plugins | |
parent | 86f5145e1a4b4b2b35fa76ed387932523ac6231d (diff) | |
download | weechat-e4493a1b0c6278be9947ec592453462756983685.zip |
relay: remove dead assignment in function relay_irc_get_line_info
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/relay/irc/relay-irc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/relay/irc/relay-irc.c b/src/plugins/relay/irc/relay-irc.c index 311d5a837..2b97a30a3 100644 --- a/src/plugins/relay/irc/relay-irc.c +++ b/src/plugins/relay/irc/relay-irc.c @@ -667,7 +667,6 @@ relay_irc_get_line_info (struct t_relay_client *client, if (localvar_nick && localvar_nick[0] && ptr_nick && (strcmp (ptr_nick, localvar_nick) == 0)) { - command = -1; return; } } |