Merge pull request #1015 from Neui/remove-unused-irc-stores

irc: Remove unnecessary stores
This commit is contained in:
Sébastien Helleu 2017-06-10 14:54:41 +02:00 committed by GitHub
commit be47805597
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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)
{