]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Remove include that was there for debug purposes.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 2 Sep 2022 08:11:23 +0000 (10:11 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 2 Sep 2022 08:11:23 +0000 (10:11 +0200)
daemon/stats.c
doc/Changelog

index 02348aadaba930dca577950b6986f410abde9253..fde411a1ee02a202973bd08423f32e1641ac72a2 100644 (file)
@@ -69,7 +69,6 @@
 #ifdef HAVE_SSL
 #include <openssl/ssl.h>
 #endif
-#include <poll.h> /* DEBUG */
 
 /** How long to wait for threads to transmit statistics, in msec. */
 #define STATS_THREAD_WAIT 60000
index 8af4c6e0d838dd416bfd323b55c59f88ee788048..e11a28b48073cb3774a37f3c66ea70e63be9dddb 100644 (file)
@@ -1,3 +1,6 @@
+2 September 2022: Wouter
+       - Remove include that was there for debug purposes.
+
 1 September 2022: Wouter
        - Fix to update config tests to fix checking if nonblocking sockets
          work on OpenBSD.