[mapguide-commits] r1280 - trunk/MgDev/Server/src/UnitTesting

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Mar 18 18:08:48 EDT 2007


Author: stevedang
Date: 2007-03-18 18:08:47 -0400 (Sun, 18 Mar 2007)
New Revision: 1280

Modified:
   trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp
Log:
Get rid of some compiling warning.

Modified: trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp	2007-03-18 15:52:28 UTC (rev 1279)
+++ trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp	2007-03-18 22:08:47 UTC (rev 1280)
@@ -394,7 +394,6 @@
     FILE* file = ACE_OS::fopen(MG_WCHAR_TO_TCHAR(filename), ACE_TEXT("wt"));
     if (file != NULL)
     {
-        int len = content.length();
         fwprintf (file, content.c_str());
         fclose (file);
     }



More information about the mapguide-commits mailing list