From 635e833d6ccd6f6b97ffb5c5f84dda3bc4951700 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Wed, 29 Nov 2023 14:14:14 -0800 Subject: [PATCH] Remove unused TemplateSTRtree declaration --- include/geos/index/strtree/TemplateSTRtree.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/geos/index/strtree/TemplateSTRtree.h b/include/geos/index/strtree/TemplateSTRtree.h index 32263289b1..6960ddf098 100644 --- a/include/geos/index/strtree/TemplateSTRtree.h +++ b/include/geos/index/strtree/TemplateSTRtree.h @@ -206,7 +206,6 @@ class TemplateSTRtreeImpl { /** Determine the two closest items in the tree using distance metric `distance`. */ template std::pair nearestNeighbour() { - ItemDistance id; return nearestNeighbour(*this); }