[mapserver-commits] r7187 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Tue Dec 18 18:26:29 EST 2007


Author: Assefa
Date: 2007-12-18 18:26:29 -0500 (Tue, 18 Dec 2007)
New Revision: 7187

Modified:
   trunk/mapserver/mapogcsld.c
Log:
Remove unused variable

Modified: trunk/mapserver/mapogcsld.c
===================================================================
--- trunk/mapserver/mapogcsld.c	2007-12-18 23:01:45 UTC (rev 7186)
+++ trunk/mapserver/mapogcsld.c	2007-12-18 23:26:29 UTC (rev 7187)
@@ -141,7 +141,7 @@
     const char *pszTmp = NULL;
     int bFreeTemplate = 0;
     int nLayerStatus = 0;
-    const char *pszSLDNotSupported = NULL;
+    //const char *pszSLDNotSupported = NULL;
 
     pasLayers = msSLDParseSLD(map, psSLDXML, &nLayers);
 



More information about the mapserver-commits mailing list