Upgrade to clang-tidy 18 (#6919)
This commit is contained in:
committed by
GitHub
parent
feeed75cf1
commit
523ee762f0
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user