diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-09-18 21:45:31 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-09-18 21:45:31 +0200 |
commit | d5db1ac74356012edc4934ddd62bcbc94b7cd63a (patch) | |
tree | 36630ff420ebc1fc984f659553c627b8ea534c70 /src/plugins/relay | |
parent | 0100856251d0c8feefffd0dc3792b5bb096cd63e (diff) | |
download | weechat-d5db1ac74356012edc4934ddd62bcbc94b7cd63a.zip |
Remove unused variable
Diffstat (limited to 'src/plugins/relay')
-rw-r--r-- | src/plugins/relay/relay-client-irc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-client-irc.c b/src/plugins/relay/relay-client-irc.c index 30d002b96..1a36ef3a2 100644 --- a/src/plugins/relay/relay-client-irc.c +++ b/src/plugins/relay/relay-client-irc.c @@ -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) |