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;