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

View File

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