[geos-commits] r2119 - trunk/source/geom/prep

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jan 30 17:30:52 EST 2008


Author: benjubb
Date: 2008-01-30 17:30:52 -0500 (Wed, 30 Jan 2008)
New Revision: 2119

Modified:
   trunk/source/geom/prep/PreparedPolygonIntersects.cpp
Log:
deleted out-commented line.




Modified: trunk/source/geom/prep/PreparedPolygonIntersects.cpp
===================================================================
--- trunk/source/geom/prep/PreparedPolygonIntersects.cpp	2008-01-30 22:29:49 UTC (rev 2118)
+++ trunk/source/geom/prep/PreparedPolygonIntersects.cpp	2008-01-30 22:30:52 UTC (rev 2119)
@@ -55,7 +55,6 @@
 
 	for ( size_t i = 0, ni = lineSegStr.size(); i < ni; i++ )
 		delete lineSegStr[ i ];
-	//delete lineSegStr;
 	
 	if (segsIntersect) 
 		return true;



More information about the geos-commits mailing list