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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user