summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-22 14:48:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-22 14:48:19 (GMT)
commit2d6e914b2d22b63f48379eca97fcc822834e3c3a (patch)
treef3c17bea601b1679cf644c96d51149f916c3fe50 /Source/kwsys/SystemTools.cxx
parentb41d4a1b54cf80b49dd02fb264f2f87253c36f97 (diff)
downloadCMake-2d6e914b2d22b63f48379eca97fcc822834e3c3a.zip
CMake-2d6e914b2d22b63f48379eca97fcc822834e3c3a.tar.gz
CMake-2d6e914b2d22b63f48379eca97fcc822834e3c3a.tar.bz2
COMP: remove warning
Diffstat (limited to 'Source/kwsys/SystemTools.cxx')
-rw-r--r--Source/kwsys/SystemTools.cxx1
1 files changed, 0 insertions, 1 deletions
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