COMP: remove warning

This commit is contained in:
Bill Hoffman 2007-02-22 09:48:19 -05:00
parent b41d4a1b54
commit 2d6e914b2d

View File

@ -1418,7 +1418,6 @@ kwsys_stl::string SystemTools::ConvertToUnixOutputPath(const char* path)
{
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