Remove a variable that is set but unused.

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

View File

@@ -566,7 +566,6 @@ SocketList *s;
int send_whom(int idx, char *arg)
{
int found = 0;
int i;
int j;
SocketList *s, *s1 = NULL;
@@ -585,7 +584,6 @@ SocketList *s, *s1 = NULL;
{
dcc_printf(s->is_read, "whom %d:%s@%s %s %d\n",
idx, s1->server, get_server_nickname(from_server), arg, 0);
found = 1;
}
}
return 0;