[postgis-tickets] [SCM] PostGIS branch main updated. 3.2.0alpha1-28-g94f6cdf

git at osgeo.org git at osgeo.org
Mon Sep 27 02:16:31 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  94f6cdfc79162410251f837229d6291317e251e9 (commit)
      from  b6cce01cdaf6d31169d73871c374cae332f66992 (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 94f6cdfc79162410251f837229d6291317e251e9
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Sep 27 11:16:22 2021 +0200

    Remove unused variables

diff --git a/liblwgeom/cunit/cu_ptarray.c b/liblwgeom/cunit/cu_ptarray.c
index a6299b6..60c23c7 100644
--- a/liblwgeom/cunit/cu_ptarray.c
+++ b/liblwgeom/cunit/cu_ptarray.c
@@ -733,8 +733,6 @@ static void test_ptarray_closest_segment_2d()
 
 static void test_ptarray_closest_point_on_segment(void)
 {
-	LWLINE *line;
-	double loc, dist;
 	POINT4D s0, s1, qp, cp;
 
 	s0.x = s0.y = 0; s0.z = 10; s0.m = 20;

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list