summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 3726c44..8e639ac 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -351,9 +351,6 @@ public:
/** Setup the environment to enable VS 8 IDE output. */
static void EnableVSConsoleOutput();
- /** Make string XML safe */
- static std::string MakeXMLSafe(const char* str);
-
/** Create tar */
static bool ListTar(const char* outFileName,
std::vector<cmStdString>& files,