Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ansoncfit committed Feb 28, 2024
1 parent a456099 commit b9dab23
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/main/java/com/conveyal/r5/analyst/scenario/PickupDelay.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ public class PickupDelay extends Modification {
*/
public String zonePolygons;

/**
* The identifier of the polygon layer containing the stops associated with the zones, if any.
* Having two different polygon files raises questions about whether the attribute names can be set separately,
* and how we would factor out that aspect of the polygon loading code.
*/
// public String stopPolygons;

/**
* The name of the attribute (floating-point) within the polygon layer that contains the pick-up wait time
* (in minutes). Negative waiting times mean the area is not served at all.
Expand Down Expand Up @@ -96,12 +89,6 @@ public class PickupDelay extends Modification {
/** The result of resolving this modification against the TransportNetwork. */
private transient PickupWaitTimes pickupWaitTimes;

/**
* These polygons contain the stops served by the zones. Wait times are also loaded for these polygons and will be
* used on the egress end of the itinerary.
*/
//private transient IndexedPolygonCollection stopPolygons;

// Implementations of methods for the Modification interface

@Override
Expand Down

0 comments on commit b9dab23

Please sign in to comment.