| 34 | {} |
| 35 | |
| 36 | void CarDirectionsEngine::FixupTurns(vector<RouteSegment> & routeSegments) |
| 37 | { |
| 38 | FixupCarTurns(routeSegments); |
| 39 | } |
| 40 | |
| 41 | void FixupCarTurns(vector<RouteSegment> & routeSegments) |
| 42 | { |
nothing calls this directly
no test coverage detected