summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.h
diff options
context:
space:
mode:
authorPeter Kuemmel <syntheticpp@gmx.net>2012-06-13 15:23:31 (GMT)
committerPeter Kuemmel <syntheticpp@gmx.net>2012-06-13 15:23:31 (GMT)
commit4b43999ca307894caaabe8857412f5f575e60583 (patch)
treedacd4772dbc191caf34a5a17a0d44b4fdbca7c04 /Source/cmGlobalNinjaGenerator.h
parent54a388beaaec8b9a4e4bb6bfb220d5711a866866 (diff)
downloadCMake-4b43999ca307894caaabe8857412f5f575e60583.zip
CMake-4b43999ca307894caaabe8857412f5f575e60583.tar.gz
CMake-4b43999ca307894caaabe8857412f5f575e60583.tar.bz2
Ninja: remove unused CommentStream
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r--Source/cmGlobalNinjaGenerator.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h
index 54677bc..2055375 100644
--- a/Source/cmGlobalNinjaGenerator.h
+++ b/Source/cmGlobalNinjaGenerator.h
@@ -220,11 +220,6 @@ public:
cmGeneratedFileStream* GetRulesFileStream() const
{ return this->RulesFileStream; }
- void ClearCommentStream();
- cmsys_ios::stringstream& GetCommentStream() const
- { return *this->CommentStream; }
-
-
void AddCXXCompileCommand(const std::string &commandLine,
const std::string &sourceFile);
@@ -357,8 +352,6 @@ private:
static bool UsingMinGW;
- cmsys_ios::stringstream* CommentStream;
-
};
#endif // ! cmGlobalNinjaGenerator_h