+ remove useless comments

This commit is contained in:
kelson42 2012-11-20 00:11:56 +00:00
parent 5b5abceda4
commit 9dc430b07c
1 changed files with 0 additions and 3 deletions

View File

@ -40,10 +40,7 @@ std::map<std::string, std::string> kiwix::getNetworkInterfaces() {
} }
int nNumInterfaces = nBytesReturned / sizeof(INTERFACE_INFO); int nNumInterfaces = nBytesReturned / sizeof(INTERFACE_INFO);
std::cout << "There are " << nNumInterfaces << " interfaces:" << std::endl;
for (int i = 0; i < nNumInterfaces; ++i) { for (int i = 0; i < nNumInterfaces; ++i) {
std::cout << std::endl;
sockaddr_in *pAddress; sockaddr_in *pAddress;
pAddress = (sockaddr_in *) & (InterfaceList[i].iiAddress); pAddress = (sockaddr_in *) & (InterfaceList[i].iiAddress);