From: Remi Gacogne Date: Wed, 8 Sep 2021 14:52:12 +0000 (+0200) Subject: dnsdist: Remove duplicated member X-Git-Tag: dnsdist-1.7.0-alpha1~23^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47feaee639686304fda8b1bf28224db95a33cbe1;p=thirdparty%2Fpdns.git dnsdist: Remove duplicated member Reported by cppcheck. --- diff --git a/pdns/dnsdistdist/dnsdist-nghttp2.cc b/pdns/dnsdistdist/dnsdist-nghttp2.cc index dbee3d8c6b..57d8dafe20 100644 --- a/pdns/dnsdistdist/dnsdist-nghttp2.cc +++ b/pdns/dnsdistdist/dnsdist-nghttp2.cc @@ -114,7 +114,6 @@ private: size_t d_inPos{0}; uint32_t d_highestStreamID{0}; bool d_healthCheckQuery{false}; - bool d_proxyProtocolPayloadSent{false}; }; class DownstreamDoHConnectionsManager