From: Pieter Lexis Date: Wed, 20 Feb 2019 09:55:15 +0000 (+0100) Subject: REVERT ME: remove test that fails compilation X-Git-Tag: dnsdist-1.4.0-alpha1~46^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb4daca9c71804e4acdf31ac31ea6ad2541a01e;p=thirdparty%2Fpdns.git REVERT ME: remove test that fails compilation --- diff --git a/pdns/speedtest.cc b/pdns/speedtest.cc index d613f11264..c3186746b2 100644 --- a/pdns/speedtest.cc +++ b/pdns/speedtest.cc @@ -589,6 +589,7 @@ struct ParsePacketTest void operator()() const { +#if 0 MOADNSParser mdp(false, (const char*)&*d_packet.begin(), d_packet.size()); typedef map, set, TCacheComp > tcache_t; tcache_t tcache; @@ -609,7 +610,7 @@ struct ParsePacketTest lwr.d_result.push_back(rr); } - +#endif } const vector& d_packet; std::string d_name;