[geos-commits] [SCM] GEOS branch main updated. 075006a97b099f2e3fc5ac8d643e825e362d26ed

git at osgeo.org git at osgeo.org
Fri Nov 15 14:37:50 PST 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 has been updated
       via  075006a97b099f2e3fc5ac8d643e825e362d26ed (commit)
      from  1ee3b0be4e860b0b76e857075b4f51de01be581b (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 075006a97b099f2e3fc5ac8d643e825e362d26ed
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Nov 15 14:37:29 2024 -0800

    Remove unused variable

diff --git a/src/geom/SimpleCurve.cpp b/src/geom/SimpleCurve.cpp
index 6bb589257..882fb9402 100644
--- a/src/geom/SimpleCurve.cpp
+++ b/src/geom/SimpleCurve.cpp
@@ -252,7 +252,6 @@ SimpleCurve::getPointN(std::size_t n) const
     assert(getFactory());
     assert(points.get());
 
-    std::unique_ptr<Point> point;
     if (hasM() || hasZ()) {
         CoordinateXYZM c;
         points->getAt(n, c);

-----------------------------------------------------------------------

Summary of changes:
 src/geom/SimpleCurve.cpp | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list