mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 08:46:41 +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.isSiteLocalMC());
|
||||||
assertTrue (!ip10.isOrgLocalMC());
|
assertTrue (!ip10.isOrgLocalMC());
|
||||||
assertTrue (!ip10.isGlobalMC());
|
assertTrue (!ip10.isGlobalMC());
|
||||||
//#if defined(_WIN32)
|
|
||||||
// int scope = it->second.index();
|
|
||||||
NetworkInterface::Map m = NetworkInterface::map(false, false);
|
NetworkInterface::Map m = NetworkInterface::map(false, false);
|
||||||
for (auto it = m.begin(); it != m.end(); ++it)
|
for (auto it = m.begin(); it != m.end(); ++it)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user