Skip to content

Commit fae1ea5

Browse files
committed
LM: minor cleanup
1 parent 97125c2 commit fae1ea5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/src/main/java/com/graphhopper/routing/lm/LMApproximator.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,6 @@ public double getSlack() {
212212
return lms.getFactor();
213213
}
214214

215-
/**
216-
* This method forces a lazy recalculation of the active landmark set e.g. necessary after the 'to' node changed.
217-
*/
218-
public void triggerActiveLandmarkRecalculation() {
219-
recalculateActiveLandmarks = true;
220-
}
221-
222215
@Override
223216
public String toString() {
224217
return "landmarks";

0 commit comments

Comments
 (0)