summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2012-02-28 02:55:24 (GMT)
committerPeter Collingbourne <peter@pcc.me.uk>2012-02-28 02:55:32 (GMT)
commit7a6b5f465122a9da1f9439ec3cec461e1c0c999c (patch)
tree5667146809b60adaed0f6e1306466c959653a78d /Source
parent80ff2102a41117fc829ad64c7c963bd0858a221b (diff)
downloadCMake-7a6b5f465122a9da1f9439ec3cec461e1c0c999c.zip
CMake-7a6b5f465122a9da1f9439ec3cec461e1c0c999c.tar.gz
CMake-7a6b5f465122a9da1f9439ec3cec461e1c0c999c.tar.bz2
Ninja: Remove an unnecessary variable
Diffstat (limited to 'Source')
-rw-r--r--Source/cmNinjaNormalTargetGenerator.cxx1
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"),