diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-06-20 21:11:05 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-06-20 21:11:05 (GMT) |
commit | bdaadbdc2b6f7cb9eea1392043f225da85f51b5b (patch) | |
tree | 15ee44e7df2978c2fddcfc96b41b913dffe97a47 /Source/cmOutputConverter.h | |
parent | 191fc3a0f373d262e2f2e5a2ccb07979e227d683 (diff) | |
download | CMake-bdaadbdc2b6f7cb9eea1392043f225da85f51b5b.zip CMake-bdaadbdc2b6f7cb9eea1392043f225da85f51b5b.tar.gz CMake-bdaadbdc2b6f7cb9eea1392043f225da85f51b5b.tar.bz2 |
cmOutputConverter: collapse ConvertToOutputForExisting functions
Diffstat (limited to 'Source/cmOutputConverter.h')
-rw-r--r-- | Source/cmOutputConverter.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index 3d7d493..23f2e62 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); |