From 6356421488ab2f895879ab5d6e5d2a47e292d192 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Wed, 3 Jun 2020 21:29:22 -0300 Subject: [PATCH] Remove unused variable --- lokimq/proxy.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lokimq/proxy.cpp b/lokimq/proxy.cpp index c871103..8250a22 100644 --- a/lokimq/proxy.cpp +++ b/lokimq/proxy.cpp @@ -104,7 +104,6 @@ void LokiMQ::proxy_send(bt_dict_consumer data) { // connections open to that SN (e.g. one out + one in) so if one fails we can clean up that // connection and try the next one. bool retry = true, sent = false, nowarn = false; - std::unique_ptr send_error; while (retry) { retry = false; zmq::socket_t *send_to;