From: Wouter Wijngaards Date: Tue, 31 Jul 2018 13:36:45 +0000 (+0000) Subject: remove unused variable X-Git-Tag: release-1.8.0rc1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f148e632f40391e5bd21320a884716bbcb7307e;p=thirdparty%2Funbound.git remove unused variable git-svn-id: file:///svn/unbound/trunk@4822 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/netevent.c b/util/netevent.c index 641ee7559..bf61210c7 100644 --- a/util/netevent.c +++ b/util/netevent.c @@ -84,9 +84,8 @@ /** The TCP writing query timeout in milliseconds */ #define TCP_QUERY_TIMEOUT 120000 -/** The TCP timeout in msec for fast queries, above half are used */ -#define TCP_QUERY_TIMEOUT_FAST 200 -/** The minimum actual TCP timeout to use, regardless of what we advertise */ +/** The minimum actual TCP timeout to use, regardless of what we advertise, + * in msec */ #define TCP_QUERY_TIMEOUT_MINIMUM 200 #ifndef NONBLOCKING_IS_BROKEN