| 139 | } |
| 140 | |
| 141 | shared_ptr<TrafficStash> CreateTrafficStash(VehicleType, shared_ptr<NumMwmIds>, traffic::TrafficCache const &) |
| 142 | { |
| 143 | return nullptr; |
| 144 | // return (vehicleType == VehicleType::Car ? make_shared<TrafficStash>(trafficCache, numMwmIds) : nullptr); |
| 145 | } |
| 146 | |
| 147 | void PushPassedSubroutes(Checkpoints const & checkpoints, vector<Route::SubrouteAttrs> & subroutes) |
| 148 | { |