summaryrefslogtreecommitdiff
path: root/Source/cmOutputConverter.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-06-20 23:11:05 +0200
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-06-20 23:11:05 +0200
commitbdaadbdc2b6f7cb9eea1392043f225da85f51b5b (patch)
tree15ee44e7df2978c2fddcfc96b41b913dffe97a47 /Source/cmOutputConverter.h
parent191fc3a0f373d262e2f2e5a2ccb07979e227d683 (diff)
downloadcmake-bdaadbdc2b6f7cb9eea1392043f225da85f51b5b.tar.gz
cmOutputConverter: collapse ConvertToOutputForExisting functions
Diffstat (limited to 'Source/cmOutputConverter.h')
-rw-r--r--Source/cmOutputConverter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h
index 3d7d49318c..23f2e6268d 100644
--- a/Source/cmOutputConverter.h
+++ b/Source/cmOutputConverter.h
@@ -159,10 +159,6 @@ public:
private:
cmState* GetState() const;
- std::string ConvertToOutputForExistingCommon(const std::string& remote,
- std::string const& result,
- OutputFormat format) const;
-
static int Shell__CharIsWhitespace(char c);
static int Shell__CharNeedsQuotesOnUnix(char c);
static int Shell__CharNeedsQuotesOnWindows(char c);