diff options
| author | 2020-01-07 19:08:09 +0000 | |
|---|---|---|
| committer | 2020-01-07 19:08:09 +0000 | |
| commit | 495b28f7e44091c1e9c7fa586df9c340b13118c4 (patch) | |
| tree | 4aaa6068afdf397729a175e49965c9e7c3966562 /usr.sbin/bind/lib/isc/timer.c | |
| parent | We are never going to use GeoIP support. Minus 1.8k lines. (diff) | |
| download | wireguard-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.c | 6 |
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" |
