From: Miod Vallat Date: Mon, 25 Aug 2025 10:25:17 +0000 (+0200) Subject: Remove preprocessor check for Boost < 1.54. X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F16033%2Fhead;p=thirdparty%2Fpdns.git Remove preprocessor check for Boost < 1.54. Signed-off-by: Miod Vallat --- 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"