Skip to content

Commit

Permalink
Remove unused dualAccessibilityThreshold field
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Feb 17, 2025
1 parent c1fc10d commit f466d00
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public abstract class AnalysisWorkerTask extends ProfileRequest {
* If this is set to a value above zero, report the amount of time needed to reach the given number of
* opportunities from this origin (known technically as "dual accessibility").
*/
public int dualAccessibilityThreshold = 0;
public int[] dualAccessibilityThresholds;

/** Whether to build a histogram of travel times to each destination, generally used in testing and debugging. */
Expand Down

0 comments on commit f466d00

Please sign in to comment.