Skip to content

Commit

Permalink
Remove unused TemplateSTRtree declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Nov 29, 2023
1 parent 09885ba commit 635e833
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/geos/index/strtree/TemplateSTRtree.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ class TemplateSTRtreeImpl {
/** Determine the two closest items in the tree using distance metric `distance`. */
template<typename ItemDistance>
std::pair<ItemType, ItemType> nearestNeighbour() {
ItemDistance id;
return nearestNeighbour(*this);
}

Expand Down

0 comments on commit 635e833

Please sign in to comment.