From 58d563e797b4c1d9cb1d844937498e6b1d90b47f Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 9 Jan 2018 20:04:06 +0100 Subject: [PATCH] Remove unused struct QueryInfo --- pdns/slavecommunicator.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pdns/slavecommunicator.cc b/pdns/slavecommunicator.cc index 84fb2d885..a5793d778 100644 --- a/pdns/slavecommunicator.cc +++ b/pdns/slavecommunicator.cc @@ -626,12 +626,6 @@ void CommunicatorClass::suck(const DNSName &domain, const string &remote) } } namespace { -struct QueryInfo -{ - struct timeval query_ttd; - uint16_t id; -}; - struct DomainNotificationInfo { DomainInfo di; -- 2.50.1