Skip to content

Commit 85f1953

Browse files
Remove unused methods
1 parent da02d18 commit 85f1953

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

  • street/src/main/java/org/opentripplanner/street/search/state

street/src/main/java/org/opentripplanner/street/search/state/State.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -360,16 +360,6 @@ public String getVehicleRentalNetwork() {
360360
return stateData.vehicleRentalNetwork;
361361
}
362362

363-
/**
364-
* Whether we know or don't know the rental network (yet).
365-
* <p>
366-
* When doing a arriveBy search it is possible to be in a renting state without knowing which
367-
* network it is.
368-
*/
369-
public boolean unknownRentalNetwork() {
370-
return stateData.vehicleRentalNetwork == null;
371-
}
372-
373363
/**
374364
* Reverse the path implicit in the given state, the path will be reversed but will have the same
375365
* duration. This is the result of combining the functions from GraphPath optimize and reverse.

0 commit comments

Comments
 (0)