From e95946831f8ef53d29590735a2df661385edb008 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 6 Aug 2018 10:35:22 +0200 Subject: Replace boost by the standalone asio library --- src/ConfigParser.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ConfigParser.cpp') diff --git a/src/ConfigParser.cpp b/src/ConfigParser.cpp index c90b150..69655b4 100644 --- a/src/ConfigParser.cpp +++ b/src/ConfigParser.cpp @@ -79,7 +79,6 @@ static void parse_configfile( } // remote controller interfaces: -#if defined(HAVE_BOOST) if (pt.GetInteger("remotecontrol.telnet", 0) == 1) { try { int telnetport = pt.GetInteger("remotecontrol.telnetport", 0); @@ -92,7 +91,6 @@ static void parse_configfile( throw std::runtime_error("Configuration error"); } } -#endif #if defined(HAVE_ZEROMQ) if (pt.GetInteger("remotecontrol.zmqctrl", 0) == 1) { try { -- cgit v1.2.3