summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.h
diff options
context:
space:
mode:
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