From: Aki Tuomi Date: Sat, 27 Apr 2013 13:35:49 +0000 (+0300) Subject: Removed unused variable X-Git-Tag: auth-3.3-rc1~158^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffda8a5fef93ce1e4dbe0b3657f0267d16a77b5e;p=thirdparty%2Fpdns.git Removed unused variable --- diff --git a/modules/remotebackend/unixconnector.cc b/modules/remotebackend/unixconnector.cc index c8c68ac2e1..801ed275e1 100644 --- a/modules/remotebackend/unixconnector.cc +++ b/modules/remotebackend/unixconnector.cc @@ -118,7 +118,6 @@ ssize_t UnixsocketConnector::write(const std::string &data) { void UnixsocketConnector::reconnect() { struct sockaddr_un sock; - struct timeval tv; rapidjson::Document init,res; rapidjson::Value val;