diff options
author | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-14 16:16:19 (GMT) |
---|---|---|
committer | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-14 16:16:19 (GMT) |
commit | 69bc5131b2e5590e94048933b37019c0773a0cf7 (patch) | |
tree | ee9efb5d48332bde0c5e08a8f88f26ee7be39e59 /Source/cmGlobalNinjaGenerator.cxx | |
parent | f1aa026fb9bc5219a59a4c3a273023da51e50dbd (diff) | |
download | CMake-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.cxx | 2 |
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, |