diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2012-02-28 02:55:24 (GMT) |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2012-02-28 02:55:32 (GMT) |
commit | 7a6b5f465122a9da1f9439ec3cec461e1c0c999c (patch) | |
tree | 5667146809b60adaed0f6e1306466c959653a78d /Source | |
parent | 80ff2102a41117fc829ad64c7c963bd0858a221b (diff) | |
download | CMake-7a6b5f465122a9da1f9439ec3cec461e1c0c999c.zip CMake-7a6b5f465122a9da1f9439ec3cec461e1c0c999c.tar.gz CMake-7a6b5f465122a9da1f9439ec3cec461e1c0c999c.tar.bz2 |
Ninja: Remove an unnecessary variable
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmNinjaNormalTargetGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx index 613c7b5..88f6f87 100644 --- a/Source/cmNinjaNormalTargetGenerator.cxx +++ b/Source/cmNinjaNormalTargetGenerator.cxx @@ -237,7 +237,6 @@ cmNinjaNormalTargetGenerator } // We have archive link commands set. First, delete the existing archive. - std::vector<std::string> linkCmds; std::string cmakeCommand = this->GetLocalGenerator()->ConvertToOutputFormat( this->GetMakefile()->GetRequiredDefinition("CMAKE_COMMAND"), |