summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-04 22:04:22 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-14 18:30:09 (GMT)
commita3139d4b1512195485cde49d919a13cdaec62660 (patch)
treec735f45a9c0e602090b29543cf8caeaa86255542 /Source/cmLocalGenerator.h
parent443f041c2fa0355b9b622337da0612ce48cf29b6 (diff)
downloadCMake-a3139d4b1512195485cde49d919a13cdaec62660.zip
CMake-a3139d4b1512195485cde49d919a13cdaec62660.tar.gz
CMake-a3139d4b1512195485cde49d919a13cdaec62660.tar.bz2
cmLocalGenerator: Remove EscapeForShellOldStyle to only caller.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 49ac9a6..af333fd 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -298,9 +298,6 @@ public:
bool forEcho = false,
bool useWatcomQuote = false);
- /** Backwards-compatibility version of EscapeForShell. */
- std::string EscapeForShellOldStyle(const std::string& str);
-
/** Escape the given string as an argument in a CMake script. */
static std::string EscapeForCMake(const std::string& str);