From 2d6e914b2d22b63f48379eca97fcc822834e3c3a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 22 Feb 2007 09:48:19 -0500 Subject: COMP: remove warning --- Source/kwsys/SystemTools.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 0d6700a..4de9e15 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -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 -- cgit v0.12