[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-373-geb62480
git at osgeo.org
git at osgeo.org
Thu Jul 29 07:24:18 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 eb6248024ccbd9aac73e97a52352347f72e6ba64 (commit)
via 689a825e18b203c16ff6645cb7cd3583925c1245 (commit)
from 43b7eeb630f6e480b60b3ab32091c1e186090407 (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 eb6248024ccbd9aac73e97a52352347f72e6ba64
Merge: 689a825 43b7eeb
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Jul 29 07:24:15 2021 -0700
Merge branch 'main' of https://git.osgeo.org/gitea/postgis/postgis into main
commit 689a825e18b203c16ff6645cb7cd3583925c1245
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Jul 29 07:23:42 2021 -0700
Remove pointless assigment to LWPROJ
diff --git a/liblwgeom/lwgeom_transform.c b/liblwgeom/lwgeom_transform.c
index f2bcb84..c7ef241 100644
--- a/liblwgeom/lwgeom_transform.c
+++ b/liblwgeom/lwgeom_transform.c
@@ -217,7 +217,6 @@ lwproj_from_str(const char* str_in, const char* str_out)
/* Allocate and populate return value */
LWPROJ *lp = lwalloc(sizeof(LWPROJ));
lp->pj = pj_norm; /* Caller is going to have to explicitly proj_destroy this */
- lp->source_is_latlong = LW_FALSE;
lp->source_is_latlong = source_is_latlong;
lp->source_semi_major_metre = semi_major_metre;
lp->source_semi_minor_metre = semi_minor_metre;
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/lwgeom_transform.c | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list