Skip to content
Snippets Groups Projects
Commit 0e35f650 authored by Patrick José Pereira's avatar Patrick José Pereira
Browse files

UDPLink: Remove unused variable address

parent 89e589a4
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,6 @@ static QString get_ip_address(const QString& address)
if (info.error() == QHostInfo::NoError)
{
QList<QHostAddress> hostAddresses = info.addresses();
QHostAddress address;
for (int i = 0; i < hostAddresses.size(); i++)
{
// Exclude all IPv6 addresses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment