diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-10 14:54:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 14:54:41 +0200 |
commit | be4780559795685d126d69b5d79d31d95c36787f (patch) | |
tree | ea3ae7279ce7cb5caf24715fc75ad54d6f755f6d /src/plugins | |
parent | a9f87e7e56b6bdf8b85bc81c41b2ed38f6798383 (diff) | |
parent | d924eff930f87d570e945971424ae9ad4373c4fa (diff) | |
download | weechat-be4780559795685d126d69b5d79d31d95c36787f.zip |
Merge pull request #1015 from Neui/remove-unused-irc-stores
irc: Remove unnecessary stores
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/irc/irc-message.c | 1 | ||||
-rw-r--r-- | src/plugins/irc/irc-sasl.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-message.c b/src/plugins/irc/irc-message.c index 885e3568e..1d377c701 100644 --- a/src/plugins/irc/irc-message.c +++ b/src/plugins/irc/irc-message.c @@ -981,7 +981,6 @@ irc_message_split (struct t_irc_server *server, const char *message) host = NULL; command = NULL; arguments = NULL; - index_args = 0; argv = NULL; argv_eol = NULL; diff --git a/src/plugins/irc/irc-sasl.c b/src/plugins/irc/irc-sasl.c index 918db03b5..f397a656a 100644 --- a/src/plugins/irc/irc-sasl.c +++ b/src/plugins/irc/irc-sasl.c @@ -151,7 +151,6 @@ irc_sasl_mechanism_ecdsa_nist256p_challenge (struct t_irc_server *server, answer_base64 = NULL; string = NULL; - length = 0; if (strcmp (data_base64, "+") == 0) { |