[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-42-g98c1cb2

git at osgeo.org git at osgeo.org
Mon Aug 3 13:23:05 PDT 2020


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, master has been updated
       via  98c1cb2a0de604f60af6f044237d300883de8057 (commit)
      from  58afcd1711370aa16c9cf4bef251458d870d89a3 (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 98c1cb2a0de604f60af6f044237d300883de8057
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 3 16:23:00 2020 -0400

    Get rid of unused wkt variable - causing gittie to fail. References #4734 for PostGIS 3.1.0

diff --git a/raster/test/cunit/cu_raster_geometry.c b/raster/test/cunit/cu_raster_geometry.c
index 1f75666..1836441 100644
--- a/raster/test/cunit/cu_raster_geometry.c
+++ b/raster/test/cunit/cu_raster_geometry.c
@@ -258,7 +258,6 @@ static void test_raster_surface() {
 	const int maxX = 5;
 	const int maxY = 5;
 	int x, y;
-	char *wkt = NULL;
 	LWMPOLY *mpoly = NULL;
 	int err;
 	LWGEOM *gexpected, *gobserved;

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

Summary of changes:
 raster/test/cunit/cu_raster_geometry.c | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list