diff --git a/map/traffic_manager.hpp b/map/traffic_manager.hpp index 3975044e0..14b882d93 100644 --- a/map/traffic_manager.hpp +++ b/map/traffic_manager.hpp @@ -265,8 +265,7 @@ private: * @param message The message to decode. * @param trafficCache The cache in which all decoded paths with their speed groups will be stored. */ - void DecodeMessage(traffxml::TraffMessage & message, - std::map &trafficCache); + void DecodeMessage(traffxml::TraffMessage & message); /** * @brief Event loop for the traffic worker thread.