aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/account.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-04-01 22:29:45 -0400
committerWilmer van der Gaast <wilmer@gaast.net>2010-04-01 22:29:45 -0400
commitfb117aee274bccfb6528288599ef81fe72191e12 (patch)
tree5f31493f33c12528dce1424057c94bba64633dbc /protocols/account.c
parente63507a356ac94085bcd00048b81d3ce2f27f287 (diff)
Cleaned lots of compiler warnings so I can get some signal again.
Diffstat (limited to 'protocols/account.c')
-rw-r--r--protocols/account.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/account.c b/protocols/account.c
index a3c2e0d7..0bacea74 100644
--- a/protocols/account.c
+++ b/protocols/account.c
@@ -216,7 +216,6 @@ account_t *account_get( bee_t *bee, char *id )
void account_del( bee_t *bee, account_t *acc )
{
account_t *a, *l = NULL;
- struct chat *c, *nc;
if( acc->ic )
/* Caller should have checked, accounts still in use can't be deleted. */