From: Paul Ramsey Date: Tue, 24 Oct 2017 19:56:35 +0000 (+0000) Subject: Comment out unused static function X-Git-Tag: 2.5.0alpha~351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8fc655b69451f61dec162c8e698841fdc12cea1;p=postgis Comment out unused static function git-svn-id: http://svn.osgeo.org/postgis/trunk@16056 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c index 24427eca3..bcdf79a6d 100644 --- a/liblwgeom/lwgeom_topo.c +++ b/liblwgeom/lwgeom_topo.c @@ -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