[postgis-tickets] r16056 - Comment out unused static function

Paul Ramsey pramsey at cleverelephant.ca
Tue Oct 24 12:56:35 PDT 2017


Author: pramsey
Date: 2017-10-24 12:56:35 -0700 (Tue, 24 Oct 2017)
New Revision: 16056

Modified:
   trunk/liblwgeom/lwgeom_topo.c
Log:
Comment out unused static function


Modified: trunk/liblwgeom/lwgeom_topo.c
===================================================================
--- trunk/liblwgeom/lwgeom_topo.c	2017-10-22 21:32:19 UTC (rev 16055)
+++ trunk/liblwgeom/lwgeom_topo.c	2017-10-24 19:56:35 UTC (rev 16056)
@@ -5015,7 +5015,7 @@
 }
 
 /* Return the smallest delta that can perturbate
- * the given point */
+ * the given point
 static inline double
 _lwt_minTolerancePoint2d( const POINT2D* p )
 {
@@ -5023,6 +5023,7 @@
   if ( max < FP_ABS(p->y) ) max = FP_ABS(p->y);
   return _lwt_minToleranceDouble(max);
 }
+*/
 
 /* Return the smallest delta that can perturbate
  * the maximum absolute value of a geometry ordinate



More information about the postgis-tickets mailing list