[postgis-tickets] r16103 - Remove commenting

Paul Ramsey pramsey at cleverelephant.ca
Thu Nov 9 08:25:22 PST 2017


Author: pramsey
Date: 2017-11-09 08:25:22 -0800 (Thu, 09 Nov 2017)
New Revision: 16103

Modified:
   trunk/liblwgeom/lwgeodetic.c
Log:
Remove commenting


Modified: trunk/liblwgeom/lwgeodetic.c
===================================================================
--- trunk/liblwgeom/lwgeodetic.c	2017-11-09 09:06:34 UTC (rev 16102)
+++ trunk/liblwgeom/lwgeodetic.c	2017-11-09 16:25:22 UTC (rev 16103)
@@ -1582,12 +1582,6 @@
 	}
 }
 
-
-/*	xxx */
-// void geog2cart(const GEOGRAPHIC_POINT *g, POINT3D *p);
-// #define deg2rad(d) (M_PI * (d) / 180.0)
-// #define rad2deg(r) (180.0 * (r) / M_PI)
-
 /**
 * Create a new point array with no segment longer than the input segment length (expressed in radians!)
 * @param pa_in - input point array pointer



More information about the postgis-tickets mailing list