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

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