We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a18d0f commit e50ff18Copy full SHA for e50ff18
libraries/ESP8266mDNS/src/LEAmDNS2_Legacy.h
@@ -484,9 +484,6 @@ class clsLEAMDNSHost_Legacy
484
{
485
m_KeyValueMap.emplace(std::pair<const char*, const char*>(kv.first, kv.second));
486
}
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
- //}
490
491
return m_KeyValueMap;
492
0 commit comments