From: Chris Hofstaedtler Date: Tue, 9 Jan 2018 19:21:55 +0000 (+0100) Subject: auth: remove obsolete directResolve stub X-Git-Tag: dnsdist-1.3.0~151^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6162%2Fhead;p=thirdparty%2Fpdns.git auth: remove obsolete directResolve stub --- 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; -} - -