diff --git a/integration/pkg/api/osrm/table/response.go b/integration/pkg/api/osrm/table/response.go index 0a6dd2ef40d..42f0597a26c 100644 --- a/integration/pkg/api/osrm/table/response.go +++ b/integration/pkg/api/osrm/table/response.go @@ -21,13 +21,3 @@ type Source struct { type Destination struct { route.Waypoint } - -// // Duration gives the travel time from specific source to all other destinations -// type Duration struct { -// _ []*float64 -// } - -// // Distance gives the travel distance from specific source to all other destinations -// type Distance struct { -// _ []*float64 -// }