Skip to content

Commit

Permalink
remove lexical_cast headers
Browse files Browse the repository at this point in the history
These are unused

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Dec 10, 2024
1 parent 5089e2c commit e87ffff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
16 changes: 0 additions & 16 deletions m4/boost.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion modules/lua2backend/lua2api2.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 0 additions & 2 deletions pdns/dnsdistdist/dnsdist-lua-bindings-packetcache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#include "dnsdist-cache.hh"
#include "dnsdist-lua.hh"

#include <boost/lexical_cast.hpp>

void setupLuaBindingsPacketCache(LuaContext& luaCtx, bool client)
{
/* PacketCache */
Expand Down

0 comments on commit e87ffff

Please sign in to comment.