From 31380174063033541b47d176f04d41db977c13bd Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Sat, 1 Mar 2014 19:45:47 +0000 Subject: [PATCH] Remove a variable that is set but unused. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@489 13b04d17-f746-0410-82c6-800466cd88b0 --- source/commands.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/commands.c b/source/commands.c index 06443fd..9f9a147 100644 --- a/source/commands.c +++ b/source/commands.c @@ -3207,7 +3207,6 @@ int silent = 0; */ BUILT_IN_COMMAND(away) { - int len; char *arg = NULL; int flag = AWAY_ONE; int i, @@ -3238,7 +3237,6 @@ BUILT_IN_COMMAND(away) *arg++ = '\0'; else arg = empty_string; - len = strlen(args); if (!my_strnicmp(args+1, "A", 1)) /* all */ { flag = AWAY_ALL;