remove duplicate definition

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS
2022-02-11 00:27:19 +03:00
parent ac25649425
commit f22faaefeb

View File

@@ -387,7 +387,6 @@ namespace net
ifaddrs *addrs;
try
{
ifaddrs *addrs;
if (!getifaddrs(&addrs))
{
for (auto cur = addrs; cur; cur = cur->ifa_next)