Skip to content

Commit

Permalink
Removed invalid TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Oct 1, 2018
1 parent 70d9178 commit f26e3cb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ public void query( IndexProgressor.NodeValueClient client, IndexOrder indexOrder
CompositeGenericKey treeKeyTo = layout.newKey();
initializeFromToKeys( treeKeyFrom, treeKeyTo );
boolean needFiltering = initializeRangeForGeometrySubQuery( treeKeyFrom, treeKeyTo, query, crs, range );

// TODO needsValues==true could be problematic, no?
startSeekForInitializedRange( multiProgressor, treeKeyFrom, treeKeyTo, query, indexOrder, needFiltering, needsValues );
}
}
Expand Down

0 comments on commit f26e3cb

Please sign in to comment.