[cmake-commits] hoffman committed SystemTools.cxx 1.192 1.193

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 22 09:48:21 EST 2007


Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv15770

Modified Files:
	SystemTools.cxx 
Log Message:
COMP: remove warning


Index: SystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/SystemTools.cxx,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- SystemTools.cxx	22 Feb 2007 02:24:17 -0000	1.192
+++ SystemTools.cxx	22 Feb 2007 14:48:19 -0000	1.193
@@ -1418,7 +1418,6 @@
     {
     kwsys_stl::string result = "";
     char lastch = 1;
-    bool inDollarVariable = false;
     for(const char* ch = ret.c_str(); *ch != '\0'; ++ch)
       {
         // if it is already escaped then don't try to escape it again



More information about the Cmake-commits mailing list