From: Charles-Henri Bruyand Date: Tue, 24 Sep 2019 09:15:20 +0000 (+0200) Subject: pipebackend: remove unused variable X-Git-Tag: dnsdist-1.4.0-rc4~46^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a294a90b603a6546318ef03d93d795751a558c3;p=pdns pipebackend: remove unused variable --- diff --git a/modules/pipebackend/coprocess.cc b/modules/pipebackend/coprocess.cc index 419b53a83..d48eb0f13 100644 --- a/modules/pipebackend/coprocess.cc +++ b/modules/pipebackend/coprocess.cc @@ -160,7 +160,6 @@ void CoProcess::send(const string &snd) void CoProcess::receive(string &receive) { - bool first = true; receive.clear(); // we might still have some remaining data from our last read