]> granicus.if.org Git - postgis/commitdiff
Comment out unused static function
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 24 Oct 2017 19:56:35 +0000 (19:56 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 24 Oct 2017 19:56:35 +0000 (19:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16056 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeom_topo.c

index 24427eca32d82b91e5a11bad000e895991413434..bcdf79a6d993380f48ce48fdaefea6f50c9d395e 100644 (file)
@@ -5015,7 +5015,7 @@ _lwt_minToleranceDouble( double d )
 }
 
 /* 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 @@ _lwt_minTolerancePoint2d( const POINT2D* p )
   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