From: Paul Ramsey <pramsey@cleverelephant.ca>
Date: Mon, 18 Dec 2017 23:49:55 +0000 (+0000)
Subject: Remove old comment line
X-Git-Tag: 2.5.0alpha~277
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b72778f0ff5564a6ec5b5e45620fc0e3b90c8433;p=postgis

Remove old comment line


git-svn-id: http://svn.osgeo.org/postgis/trunk@16162 b70326c6-7e19-0410-871a-916f4a2858ee
---

diff --git a/liblwgeom/lwgeodetic.c b/liblwgeom/lwgeodetic.c
index 45652cdd9..eddca5d82 100644
--- a/liblwgeom/lwgeodetic.c
+++ b/liblwgeom/lwgeodetic.c
@@ -1571,7 +1571,6 @@ static int ptarray_segmentize_sphere_edge_recursive (
 		normalize(&mid);
 
 		/* Calculate z/m mid-values */
-		/* (ignore x/y, we get those from the 3-space calculations) */
 		POINT4D midv;
 		cart2geog(&mid, &g);
 		midv.x = rad2deg(g.lon);