summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.cxx
diff options
context:
space:
mode:
authorPeter Kuemmel <syntheticpp@gmx.net>2012-06-14 16:16:19 (GMT)
committerPeter Kuemmel <syntheticpp@gmx.net>2012-06-14 16:16:19 (GMT)
commit69bc5131b2e5590e94048933b37019c0773a0cf7 (patch)
treeee9efb5d48332bde0c5e08a8f88f26ee7be39e59 /Source/cmGlobalNinjaGenerator.cxx
parentf1aa026fb9bc5219a59a4c3a273023da51e50dbd (diff)
downloadCMake-69bc5131b2e5590e94048933b37019c0773a0cf7.zip
CMake-69bc5131b2e5590e94048933b37019c0773a0cf7.tar.gz
CMake-69bc5131b2e5590e94048933b37019c0773a0cf7.tar.bz2
Ninja: remove nop line
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.cxx')
-rw-r--r--Source/cmGlobalNinjaGenerator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx
index 0c7da89..d8da5ed 100644
--- a/Source/cmGlobalNinjaGenerator.cxx
+++ b/Source/cmGlobalNinjaGenerator.cxx
@@ -553,8 +553,6 @@ void cmGlobalNinjaGenerator::AddRule(const std::string& name,
return;
}
- *this->RulesFileStream;
-
this->Rules.insert(name);
cmGlobalNinjaGenerator::WriteRule(*this->RulesFileStream,
name,