From 41cdfae0917d653ff7c3a264010601d5a4341b3b Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 16 May 2018 15:27:43 +0200 Subject: [PATCH] ixfrdist: remove unused statement --- pdns/ixfrdist.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdns/ixfrdist.cc b/pdns/ixfrdist.cc index 18b4d4dec4..9075c1692e 100644 --- a/pdns/ixfrdist.cc +++ b/pdns/ixfrdist.cc @@ -116,8 +116,6 @@ std::condition_variable g_tcpHandlerCV; std::queue> g_tcpRequestFDs; std::mutex g_tcpRequestFDsMutex; -using namespace boost::multi_index; - namespace po = boost::program_options; bool g_exiting = false; -- 2.47.3