From 3fe6a86f6467a72c7122d57e507dae665117a0b8 Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Fri, 28 Feb 2014 23:29:22 +0000 Subject: [PATCH] Remove a variable that is set but unused. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@482 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 53419a7..0bc2629 100644 --- a/source/bot_link.c +++ b/source/bot_link.c @@ -116,11 +116,9 @@ int i; for (i = 0; i < get_max_fd()+1; i++) { - DCC_int *n; if (!check_dcc_socket(i) || (idx == i)) continue; s = get_socket(i); if (!(s->flags & DCC_ACTIVE)) continue; - n = get_socketinfo(i); if (idx != i && (s->flags & DCC_BOTCHAT)) send(i, putbuf, strlen(putbuf), 0);