[geos-commits] [SCM] GEOS branch main-relate-ng updated. 68cbc6b01ed0192b8ec622b9c89cc0ed1e61f95d
git at osgeo.org
git at osgeo.org
Mon Aug 12 12:52:34 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main-relate-ng has been updated
via 68cbc6b01ed0192b8ec622b9c89cc0ed1e61f95d (commit)
from 7f15043e915f7977c8e94d1e3bc872c6933981c9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 68cbc6b01ed0192b8ec622b9c89cc0ed1e61f95d
Author: Martin Davis <mtnclimb at gmail.com>
Date: Mon Aug 12 12:52:10 2024 -0700
Remove unused declaration
diff --git a/tests/unit/operation/relateng/RelateNGTest.h b/tests/unit/operation/relateng/RelateNGTest.h
index 0ef0da411..69939cc81 100644
--- a/tests/unit/operation/relateng/RelateNGTest.h
+++ b/tests/unit/operation/relateng/RelateNGTest.h
@@ -32,7 +32,7 @@ struct test_relateng_support {
std::unique_ptr<Geometry> a = r.read(wkta);
std::unique_ptr<Geometry> b = r.read(wktb);
auto prep_a = RelateNG::prepare(a.get());
- auto prep_b = RelateNG::prepare(b.get());
+
ensure_equals("equalsTopo", prep_a->equalsTopo(b.get()), a->equals(b.get()));
ensure_equals("intersects", prep_a->intersects(b.get()), a->intersects(b.get()));
ensure_equals("disjoint", prep_a->disjoint(b.get()), a->disjoint(b.get()));
-----------------------------------------------------------------------
Summary of changes:
tests/unit/operation/relateng/RelateNGTest.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list