diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-22 14:48:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-22 14:48:19 (GMT) |
commit | 2d6e914b2d22b63f48379eca97fcc822834e3c3a (patch) | |
tree | f3c17bea601b1679cf644c96d51149f916c3fe50 /Source/kwsys/SystemTools.cxx | |
parent | b41d4a1b54cf80b49dd02fb264f2f87253c36f97 (diff) | |
download | CMake-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.cxx | 1 |
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 |