Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2018, 3:24:00 PM (6 years ago)
Author:
mdedial
Message:

Clean up code, remove TODOs and dead code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Masterserver_FS18/src/libraries/network/FunctionCallManager.cc

    r11842 r11990  
    6262  for (const auto& mapEntry : FunctionCallManager::sPeerMap_ )
    6363  {
    64     // TODO: This seems rather pointless, as it wouldn't be called anyways if the map was empty.
    6564    assert(!FunctionCallManager::sPeerMap_.empty());
    6665    mapEntry.second->send(host);
    6766  }
    68   // TODO: Why is the map cleared here?
    6967  FunctionCallManager::sPeerMap_.clear();
    7068}
Note: See TracChangeset for help on using the changeset viewer.