1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +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;