]> granicus.if.org Git - postgis/commitdiff
Remove old comment line
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 18 Dec 2017 23:49:55 +0000 (23:49 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 18 Dec 2017 23:49:55 +0000 (23:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16162 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeodetic.c

index 45652cdd930da1845ee5528b2a166355fd3866e8..eddca5d822ff017c40f9386f0e2ae9292d8e0be9 100644 (file)
@@ -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);