mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
chore: remove misplaced comment
This commit is contained in:
parent
c3abc7b1ec
commit
60a45e4bb3
@ -427,8 +427,7 @@ void IPAddressTest::testClassification6()
|
||||
assertTrue (!ip10.isSiteLocalMC());
|
||||
assertTrue (!ip10.isOrgLocalMC());
|
||||
assertTrue (!ip10.isGlobalMC());
|
||||
//#if defined(_WIN32)
|
||||
// int scope = it->second.index();
|
||||
|
||||
NetworkInterface::Map m = NetworkInterface::map(false, false);
|
||||
for (auto it = m.begin(); it != m.end(); ++it)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user