1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

remove redundant line

This commit is contained in:
Chris Guillott
2017-09-10 08:07:21 -04:00
committed by Michał Janiszewski
parent 5991c25919
commit 5944d5be4d

View File

@@ -450,7 +450,6 @@ private:
}
addrinfo * result = nullptr;
getaddrinfo(address, serviceName.c_str(), &hints, &result);
int errorcode = getaddrinfo(address, serviceName.c_str(), &hints, &result);
if (errorcode != 0)
{