Skip to content

Commit

Permalink
Remove tracking of the highest node in DownwardSearchEdgeFilter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rungee committed Oct 9, 2017
1 parent 103c4dc commit b137afe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ public void prepare(int[] sources, int[] targets) {
if (!_downwardEdgeFilter.accept(iter))
continue;

_downwardEdgeFilter.updateHighestNode(iter);

if (_targetGraph.addEdge(adjNode, iter, true))
prioQueue.add(iter.getAdjNode());
}
Expand Down

0 comments on commit b137afe

Please sign in to comment.