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.h

    r11842 r11990  
    5656  static std::map<uint32_t, packet::FunctionCalls*>                           sPeerMap_;
    5757
    58   // TODO: What's up with the pair within the pair?
    59   // Vector of pairs
    60   // The pair consists of the FunctionCall and another pair, which...
    6158  static std::vector<std::pair<FunctionCall,std::pair<uint32_t, uint32_t>>> sIncomingFunctionCallBuffer_;
    6259
Note: See TracChangeset for help on using the changeset viewer.