[mapserver-commits] r12392 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:21:53 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:21:53 -0700 (Fri, 26 Aug 2011)
New Revision: 12392
Modified:
trunk/mapserver/mapcache/src/geocache_seed.c
Log:
remove unused variable
thomas.bonfort | 2011-07-02 15:27:27 +0200 (Sat, 02 Jul 2011)
Modified: trunk/mapserver/mapcache/src/geocache_seed.c
===================================================================
--- trunk/mapserver/mapcache/src/geocache_seed.c 2011-08-26 11:21:48 UTC (rev 12391)
+++ trunk/mapserver/mapcache/src/geocache_seed.c 2011-08-26 11:21:53 UTC (rev 12392)
@@ -141,9 +141,7 @@
}
#endif
if(intersects != 0) {
- /* either the tile intersects the ogr features, or we don't care about them:
- * delete the tile and recreate it */
- geocache_tileset_tile_delete(tmpctx,tile);
+ /* the tile intersects the ogr features, seed it */
return 1;
} else {
/* the tile does not intersect the ogr features, and already exists, do nothing */
More information about the mapserver-commits
mailing list