From a7d3a3234fc6c7646b8f1e993a750d2f1c7917d4 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 9 Jan 2018 20:21:55 +0100 Subject: [PATCH] auth: remove obsolete directResolve stub --- pdns/slavecommunicator.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pdns/slavecommunicator.cc b/pdns/slavecommunicator.cc index 7cf4418755..30a32e2960 100644 --- a/pdns/slavecommunicator.cc +++ b/pdns/slavecommunicator.cc @@ -913,11 +913,3 @@ void CommunicatorClass::slaveRefresh(PacketHandler *P) } } } - -// stub for PowerDNSLua linking -int directResolve(const std::string& qname, const QType& qtype, int qclass, vector& ret) -{ - return -1; -} - - -- 2.47.2