[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-232-g7f54d8ce0
git at osgeo.org
git at osgeo.org
Thu Oct 20 22:57:00 PDT 2022
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 7f54d8ce0805917aad05ea4fb3d57bc6afaa55e4 (commit)
from 87ad535ff6ed1c9cd15b83472a55461651eeff34 (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 7f54d8ce0805917aad05ea4fb3d57bc6afaa55e4
Author: Regina Obe <lr at pcorp.us>
Date: Fri Oct 21 01:56:56 2022 -0400
Get rid of unused variable accidentally added. References #5261 for PostGIS 3.4.0
diff --git a/libpgcommon/lwgeom_pg.c b/libpgcommon/lwgeom_pg.c
index b6e38ee3a..2aba252c9 100644
--- a/libpgcommon/lwgeom_pg.c
+++ b/libpgcommon/lwgeom_pg.c
@@ -496,8 +496,6 @@ postgis_guc_find_option(const char *name)
{
const char **key = &name;
struct config_generic **res;
- int numOpts;
-
/*
* By equating const char ** with struct config_generic *, we are assuming
-----------------------------------------------------------------------
Summary of changes:
libpgcommon/lwgeom_pg.c | 2 --
1 file changed, 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list