]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove unused struct QueryInfo
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 9 Jan 2018 19:04:06 +0000 (20:04 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 9 Jan 2018 19:04:06 +0000 (20:04 +0100)
pdns/slavecommunicator.cc

index 84fb2d8852b2a2a8daeb3c84d3cf33064b3f844e..a5793d778c770cba60372f41c7599320be35bf1a 100644 (file)
@@ -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;