[traffic] Remove dead code

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-07 15:06:37 +03:00
parent 3eb99e952c
commit 588332a23b

View File

@@ -156,9 +156,6 @@ void TrafficManager::Clear()
// TODO figure out which of the ones below we still need // TODO figure out which of the ones below we still need
m_lastDrapeMwmsByRect.clear(); m_lastDrapeMwmsByRect.clear();
m_lastRoutingMwmsByRect.clear(); m_lastRoutingMwmsByRect.clear();
// TODO clearing these breaks ForEachActiveMwm, can we leave them?
//m_activeDrapeMwms.clear();
//m_activeRoutingMwms.clear();
m_requestedMwms.clear(); m_requestedMwms.clear();
m_trafficETags.clear(); m_trafficETags.clear();