[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-162-g7822ff8
git at osgeo.org
git at osgeo.org
Fri Jul 10 04:39:18 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 7822ff80dc3c48dfdd759a30b050c557c3f972b6 (commit)
from f1d1632f1d1ca671a93b593b0ddf9e5cedf708e5 (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 7822ff80dc3c48dfdd759a30b050c557c3f972b6
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Jul 10 13:38:42 2020 +0200
Remove useless duplicated call in ST_ChangeEdgeGeom
diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c
index bb36a81..c45c4c0 100644
--- a/liblwgeom/lwgeom_topo.c
+++ b/liblwgeom/lwgeom_topo.c
@@ -3413,9 +3413,6 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
* Check edge adjacency after
*/
edgeend span_post, epan_post;
- res = _lwt_InitEdgeEndByLine(&span_post, &epan_post, geom, &p1, &p2);
- if (res)
- return -1; /* lwerror should have been raised */
/* initialize epan_post.myaz and epan_post.myaz */
res = _lwt_InitEdgeEndByLine(&span_post, &epan_post, geom, &p1, &p2);
if (res)
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/lwgeom_topo.c | 3 ---
1 file changed, 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list