Skip to content

Commit

Permalink
Get rid of no longer used variable.
Browse files Browse the repository at this point in the history
Reference #5366 for PostGIS 3.2.5dev
  • Loading branch information
robe2 authored and strk committed May 5, 2023
1 parent 36b162b commit 94040e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions raster/test/cunit/cu_gdal.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,8 @@ static void test_gdal_polygonize() {
double total_area = 0;
double total_val = 0;
rt_geomval gv = NULL;
LWGEOM *gexpected, *gobserved;
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));
Expand Down

0 comments on commit 94040e3

Please sign in to comment.