We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da02d18 commit 85f1953Copy full SHA for 85f1953
1 file changed
street/src/main/java/org/opentripplanner/street/search/state/State.java
@@ -360,16 +360,6 @@ public String getVehicleRentalNetwork() {
360
return stateData.vehicleRentalNetwork;
361
}
362
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
-
373
/**
374
* Reverse the path implicit in the given state, the path will be reversed but will have the same
375
* duration. This is the result of combining the functions from GraphPath optimize and reverse.
0 commit comments