From a9cc4ec89191fc04d07cc72d0b9116d40e920e09 Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Fri, 28 Feb 2014 23:39:57 +0000 Subject: [PATCH] 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 --- source/bot_link.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/bot_link.c b/source/bot_link.c index e11fa54..0746549 100644 --- a/source/bot_link.c +++ b/source/bot_link.c @@ -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;