[postgis-tickets] r16162 - Remove old comment line

Paul Ramsey pramsey at cleverelephant.ca
Mon Dec 18 03:49:55 PST 2017


Author: pramsey
Date: 2017-12-18 15:49:55 -0800 (Mon, 18 Dec 2017)
New Revision: 16162

Modified:
   trunk/liblwgeom/lwgeodetic.c
Log:
Remove old comment line


Modified: trunk/liblwgeom/lwgeodetic.c
===================================================================
--- trunk/liblwgeom/lwgeodetic.c	2017-12-18 23:16:36 UTC (rev 16161)
+++ trunk/liblwgeom/lwgeodetic.c	2017-12-18 23:49:55 UTC (rev 16162)
@@ -1571,7 +1571,6 @@
 		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);



More information about the postgis-tickets mailing list