From e661ec9e284b196ea84413eff2787d455c68fb09 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 25 Aug 2025 12:25:17 +0200 Subject: [PATCH] Remove preprocessor check for Boost < 1.54. Signed-off-by: Miod Vallat --- pdns/dnswriter.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdns/dnswriter.cc b/pdns/dnswriter.cc index fc02ebef7..495c17146 100644 --- a/pdns/dnswriter.cc +++ b/pdns/dnswriter.cc @@ -23,9 +23,7 @@ #include "config.h" #endif #include -#if BOOST_VERSION >= 105400 #include -#endif #include "dnswriter.hh" #include "misc.hh" #include "dnsparser.hh" -- 2.47.2