aboutsummaryrefslogtreecommitdiffstats
path: root/irc_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc_commands.c')
-rw-r--r--irc_commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/irc_commands.c b/irc_commands.c
index 0fbaacd1..750bbcf5 100644
--- a/irc_commands.c
+++ b/irc_commands.c
@@ -447,7 +447,6 @@ static void irc_cmd_away( irc_t *irc, char **cmd )
{
user_t *u = user_find( irc, irc->nick );
char *away = cmd[1];
- account_t *a;
if( !u ) return;