Skip to content

Commit e50ff18

Browse files
committed
cleanup
1 parent 0a18d0f commit e50ff18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/ESP8266mDNS/src/LEAmDNS2_Legacy.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,6 @@ class clsLEAMDNSHost_Legacy
484484
{
485485
m_KeyValueMap.emplace(std::pair<const char*, const char*>(kv.first, kv.second));
486486
}
487-
//for (auto kv=m_rMDNSResponder._answerKeyValue(m_hServiceQuery, m_u32AnswerIndex); kv!=nullptr; kv=kv->m_pNext) {
488-
// m_KeyValueMap.emplace(std::pair<const char*,const char*>(kv->m_pcKey, kv->m_pcValue));
489-
//}
490487
}
491488
return m_KeyValueMap;
492489
}

0 commit comments

Comments
 (0)