]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove lexical_cast headers
authorRosen Penev <rosenp@gmail.com>
Mon, 9 Dec 2024 01:34:39 +0000 (17:34 -0800)
committerRosen Penev <rosenp@gmail.com>
Thu, 12 Dec 2024 20:02:10 +0000 (12:02 -0800)
These are unused

Signed-off-by: Rosen Penev <rosenp@gmail.com>
m4/boost.m4
modules/lua2backend/lua2api2.hh
pdns/dnsdistdist/dnsdist-lua-bindings-packetcache.cc

index 973c447b0fa50756385aed91ef6ed25b6a06dfe2..c5de2b63a67696c1ba4f46ba37a65178e0e169dc 100644 (file)
@@ -622,13 +622,6 @@ BOOST_DEFUN([Bind],
 [BOOST_FIND_HEADER([boost/bind.hpp])])
 
 
-# BOOST_CAST()
-# ------------
-# Look for Boost.Cast
-BOOST_DEFUN([Cast],
-[BOOST_FIND_HEADER([boost/cast.hpp])])
-
-
 # BOOST_CHRONO([PREFERRED-RT-OPT], [ERROR_ON_UNUSABLE])
 # --------------
 # Look for Boost.Chrono.
@@ -796,15 +789,6 @@ LDFLAGS=$boost_context_save_LDFLAGS
 ])# BOOST_CONTEXT
 
 
-# BOOST_CONVERSION()
-# ------------------
-# Look for Boost.Conversion (cast / lexical_cast)
-BOOST_DEFUN([Conversion],
-[BOOST_FIND_HEADER([boost/cast.hpp])
-BOOST_FIND_HEADER([boost/lexical_cast.hpp])
-])# BOOST_CONVERSION
-
-
 # BOOST_COROUTINE([PREFERRED-RT-OPT], [ERROR_ON_UNUSABLE])
 # -----------------------------------
 # Look for Boost.Coroutine.  For the documentation of PREFERRED-RT-OPT, see the
index 857fb1782c4a6073996a2d44109849e951999c3e..ba744da99a20f1f8dec6378decdae7a03e673143 100644 (file)
@@ -20,7 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 #pragma once
-#include "boost/lexical_cast.hpp"
 #include "boost/algorithm/string/join.hpp"
 #include "pdns/arguments.hh"
 
index 30a09d6c4c24d6387425066ad32f6863dda99217..6ca827af2ad07d20066f12c79dd5e4ad68d81553 100644 (file)
@@ -28,8 +28,6 @@
 #include "dnsdist-cache.hh"
 #include "dnsdist-lua.hh"
 
-#include <boost/lexical_cast.hpp>
-
 void setupLuaBindingsPacketCache(LuaContext& luaCtx, bool client)
 {
   /* PacketCache */