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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user