From 0e35f650232fd97bff39288e0cef6887144d94f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 20 May 2019 10:11:18 -0300 Subject: [PATCH] UDPLink: Remove unused variable address MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- src/comm/UDPLink.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/comm/UDPLink.cc b/src/comm/UDPLink.cc index 58fe36da5..e24b45885 100644 --- a/src/comm/UDPLink.cc +++ b/src/comm/UDPLink.cc @@ -55,7 +55,6 @@ static QString get_ip_address(const QString& address) if (info.error() == QHostInfo::NoError) { QList hostAddresses = info.addresses(); - QHostAddress address; for (int i = 0; i < hostAddresses.size(); i++) { // Exclude all IPv6 addresses -- 2.22.0