[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-45-gb0f44ce1e
git at osgeo.org
git at osgeo.org
Thu Apr 20 23:12:48 PDT 2023
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, stable-3.3 has been updated
via b0f44ce1eaed0d1d5862b0419a8eee31ff2f863a (commit)
from 1338341c02a2345ccae905f5c325ee82a401d12d (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 b0f44ce1eaed0d1d5862b0419a8eee31ff2f863a
Author: Regina Obe <lr at pcorp.us>
Date: Fri Apr 21 02:12:42 2023 -0400
Get rid of no longer used variable. Reference #5366 for PostGIS 3.3.3
diff --git a/raster/test/cunit/cu_gdal.c b/raster/test/cunit/cu_gdal.c
index b1d391231..a0146e34c 100644
--- a/raster/test/cunit/cu_gdal.c
+++ b/raster/test/cunit/cu_gdal.c
@@ -160,8 +160,6 @@ static void test_gdal_polygonize() {
rt_geomval gv = NULL;
LWGEOM *gobserved;
//char *wkt = NULL;
- gexpected = lwgeom_from_wkt("POLYGON((3 1,3 2,2 2,2 3,1 3,1 6,2 6,2 7,3 7,3 8,5 8,5 6,3 6,3 3,4 3,5 3,5 1,3 1))",
- LW_PARSER_CHECK_NONE);
rt = fillRasterToPolygonize(1, -1.0);
CU_ASSERT(rt_raster_has_band(rt, 0));
-----------------------------------------------------------------------
Summary of changes:
raster/test/cunit/cu_gdal.c | 2 --
1 file changed, 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list