[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-338-g1099315

git at osgeo.org git at osgeo.org
Wed Jul 14 13:54:52 PDT 2021


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 "PostGIS".

The branch, main has been updated
       via  1099315463b7d446b65f809632673f8437bce080 (commit)
      from  6f373901c677b60f7f83236fcdd8345e653bb2e4 (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 1099315463b7d446b65f809632673f8437bce080
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 14 22:54:43 2021 +0200

    Drop unused variable

diff --git a/liblwgeom/cunit/cu_ptarray.c b/liblwgeom/cunit/cu_ptarray.c
index c7cdf48..4ae9543 100644
--- a/liblwgeom/cunit/cu_ptarray.c
+++ b/liblwgeom/cunit/cu_ptarray.c
@@ -657,11 +657,10 @@ static void test_ptarray_closest_vertex_2d()
 {
   LWLINE *line;
   POINTARRAY *pa;
-	double dist;
+  double dist;
   POINT2D qp;
   const char *wkt;
-  char *wktout;
-	int rv;
+  int rv;
 
   wkt = "LINESTRING (0 0 0, 1 0 0, 2 0 0, 3 0 10)";
   line = lwgeom_as_lwline(lwgeom_from_text(wkt));

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

Summary of changes:
 liblwgeom/cunit/cu_ptarray.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list