From c8fc655b69451f61dec162c8e698841fdc12cea1 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 24 Oct 2017 19:56:35 +0000 Subject: [PATCH] Comment out unused static function git-svn-id: http://svn.osgeo.org/postgis/trunk@16056 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/lwgeom_topo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.40.0