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
This commit is contained in:
Tim Cava
2014-03-01 19:45:47 +00:00
parent 101204b0b9
commit 3138017406

View File

@@ -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;