[geos-commits] [SCM] GEOS branch main updated. 10475608bfd41a0dd2258bd0eff8a90070f9982f

git at osgeo.org git at osgeo.org
Wed Jun 12 10:58:00 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 has been updated
       via  10475608bfd41a0dd2258bd0eff8a90070f9982f (commit)
      from  76d0e8f344efbad4b41bafced76f3f8e48573ccb (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 10475608bfd41a0dd2258bd0eff8a90070f9982f
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Wed Jun 12 10:57:37 2024 -0700

    Clean up GEOSPreparedContainsPerfTest

diff --git a/benchmarks/capi/GEOSPreparedContainsPerfTest.cpp b/benchmarks/capi/GEOSPreparedContainsPerfTest.cpp
index c1906945f..fcaad106f 100644
--- a/benchmarks/capi/GEOSPreparedContainsPerfTest.cpp
+++ b/benchmarks/capi/GEOSPreparedContainsPerfTest.cpp
@@ -112,11 +112,9 @@ int main(int argc, char** argv) {
 
     std::ifstream f(fname);
     std::string line;
-    long i = 0;
     while(std::getline(f, line)) {
         if (line != "") {
             geoms.push_back(GEOSGeomFromWKT(line.c_str()));
-            i++;
         }
     }
     f.close();

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

Summary of changes:
 benchmarks/capi/GEOSPreparedContainsPerfTest.cpp | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list