Remove a variable that is set but unused.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@485 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Tim Cava
2014-02-28 23:41:57 +00:00
parent a9cc4ec891
commit c45a43c8e2

View File

@@ -591,8 +591,8 @@ SocketList *s, *s1 = NULL;
int tand_priv (int idx, char *args)
{
char *to, *from, *p, *i_dx;
from = next_arg(args, &args);
char *to, *p, *i_dx;
next_arg(args, &args);
to = next_arg(args, &args);
p = strchr(to, '@');
if (p && !my_stricmp(p+1, get_server_nickname(from_server)))