[geos-commits] r3354 - trunk/src/geom/prep

svn_geos at osgeo.org svn_geos at osgeo.org
Thu May 12 02:16:55 EDT 2011


Author: strk
Date: 2011-05-11 23:16:55 -0700 (Wed, 11 May 2011)
New Revision: 3354

Modified:
   trunk/src/geom/prep/PreparedLineString.cpp
Log:
Drop commented out code

Modified: trunk/src/geom/prep/PreparedLineString.cpp
===================================================================
--- trunk/src/geom/prep/PreparedLineString.cpp	2011-05-12 06:13:39 UTC (rev 3353)
+++ trunk/src/geom/prep/PreparedLineString.cpp	2011-05-12 06:16:55 UTC (rev 3354)
@@ -47,12 +47,8 @@
 {
 	if (! segIntFinder)
 	{
-		//noding::SegmentString::ConstVect ss;
 		noding::SegmentStringUtil::extractSegmentStrings( &getGeometry(), segStrings );
 		segIntFinder = new noding::FastSegmentSetIntersectionFinder( &segStrings );
-
-		//for ( size_t i = 0, ni = ss.size(); i < ni; i++ )
-		//	delete ss[ i ];
 	}
 
 	return segIntFinder;



More information about the geos-commits mailing list