summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/timer.c
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2020-01-07 19:08:09 +0000
committerflorian <florian@openbsd.org>2020-01-07 19:08:09 +0000
commit495b28f7e44091c1e9c7fa586df9c340b13118c4 (patch)
tree4aaa6068afdf397729a175e49965c9e7c3966562 /usr.sbin/bind/lib/isc/timer.c
parentWe are never going to use GeoIP support. Minus 1.8k lines. (diff)
downloadwireguard-openbsd-495b28f7e44091c1e9c7fa586df9c340b13118c4.tar.xz
wireguard-openbsd-495b28f7e44091c1e9c7fa586df9c340b13118c4.zip
Remove thread support. Minus 4k lines.
OK millert
Diffstat (limited to 'usr.sbin/bind/lib/isc/timer.c')
-rw-r--r--usr.sbin/bind/lib/isc/timer.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/bind/lib/isc/timer.c b/usr.sbin/bind/lib/isc/timer.c
index 161d91cd9c9..56f389ff893 100644
--- a/usr.sbin/bind/lib/isc/timer.c
+++ b/usr.sbin/bind/lib/isc/timer.c
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: timer.c,v 1.4 2019/12/17 01:46:34 sthen Exp $ */
+/* $Id: timer.c,v 1.5 2020/01/07 19:08:09 florian Exp $ */
/*! \file */
@@ -41,11 +41,7 @@
#endif
/* See task.c about the following definition: */
-#ifdef ISC_PLATFORM_USETHREADS
-#define USE_TIMER_THREAD
-#else
#define USE_SHARED_MANAGER
-#endif /* ISC_PLATFORM_USETHREADS */
#ifndef USE_TIMER_THREAD
#include "timer_p.h"