From 101204b0b96540ec1116507900ccf9bf11823676 Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Sat, 1 Mar 2014 19:44:55 +0000 Subject: [PATCH] Remove a variable that is set but unused. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@488 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 e899aa8..06443fd 100644 --- a/source/commands.c +++ b/source/commands.c @@ -2634,13 +2634,11 @@ extern int run_level, do_ignore_ajoin; BUILT_IN_COMMAND(e_channel) { char *chan; - int len; char *buffer=NULL; set_display_target(NULL, LOG_CURRENT); if ((chan = next_arg(args, &args)) != NULL) { - len = strlen(chan); if (!my_strnicmp(chan, "-i", 2)) { if (invite_channel)