summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-08 14:48:17 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-08 14:48:17 (GMT)
commitd37577d9e06bfc496df4499fe771e425c20462dc (patch)
tree9da767e6a1484d2b1c9ede55064b6063a064cc06 /Source/cmSystemTools.h
parent254ae5c62e3ba55a2b51daf192bfb9df2016efde (diff)
downloadCMake-d37577d9e06bfc496df4499fe771e425c20462dc.zip
CMake-d37577d9e06bfc496df4499fe771e425c20462dc.tar.gz
CMake-d37577d9e06bfc496df4499fe771e425c20462dc.tar.bz2
STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index f42ac17..ecb595d 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -293,12 +293,8 @@ public:
// be used when RunCommand is called from cmake, because the
// running cmake needs paths to be in its format
static std::string ConvertToRunCommandPath(const char* path);
- // convert to a shell path
- static std::string ConvertToShellPath(const char* path);
//! Check if the first string ends with the second one.
static bool StringEndsWith(const char* str1, const char* str2);
- // escape for unix shells
- static std::string EscapeForUnixShell(std::string& result);
static bool CreateSymlink(const char* origName, const char* newName);
/** compute the relative path from local to remote. local must