1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

Remove unused variable

This commit is contained in:
Sebastien Helleu
2010-09-18 21:45:31 +02:00
parent 0100856251
commit d5db1ac743
-1
View File
@@ -989,7 +989,6 @@ relay_client_irc_alloc_with_infolist (struct t_relay_client *client,
struct t_infolist *infolist)
{
struct t_relay_client_irc_data *irc_data;
const char *password;
client->protocol_data = malloc (sizeof (*irc_data));
if (client->protocol_data)