Upgrade to clang-tidy 18 (#6919)

This commit is contained in:
Siarhei Fedartsou
2024-06-06 22:20:38 +02:00
committed by GitHub
parent feeed75cf1
commit 523ee762f0
9 changed files with 39 additions and 12 deletions
-2
View File
@@ -235,8 +235,6 @@ auto make_rtree(const boost::filesystem::path &path, FixtureT &fixture)
template <typename RTreeT = TestStaticRTree, typename FixtureT>
void construction_test(const std::string &path, FixtureT &fixture)
{
std::string leaves_path;
std::string nodes_path;
auto rtree = make_rtree<RTreeT>(path, fixture);
LinearSearchNN<TestData> lsnn(fixture.coords, fixture.edges);