1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

irc: Remove unnecessary stores

This commit is contained in:
Neui
2017-06-09 17:56:32 +02:00
parent 193ff0db37
commit d924eff930
2 changed files with 0 additions and 2 deletions
-1
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;
-1
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)
{