[Cmake-commits] CMake branch, next, updated. v2.8.7-2933-g96f8698

Peter Collingbourne peter at pcc.me.uk
Mon Feb 27 22:02:31 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  96f869886bd1ceb181860548939a4e8c738b06eb (commit)
       via  6f8b90bb8944a8cf1a0f0fb32d0689f8a7c51ed5 (commit)
      from  d673eac090229a2bca0daeb6fc7a3b5597bb6bde (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=96f869886bd1ceb181860548939a4e8c738b06eb
commit 96f869886bd1ceb181860548939a4e8c738b06eb
Merge: d673eac 6f8b90b
Author:     Peter Collingbourne <peter at pcc.me.uk>
AuthorDate: Mon Feb 27 22:02:28 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 27 22:02:28 2012 -0500

    Merge topic 'ninja-generator' into next
    
    6f8b90b Remove an unnecessary variable


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6f8b90bb8944a8cf1a0f0fb32d0689f8a7c51ed5
commit 6f8b90bb8944a8cf1a0f0fb32d0689f8a7c51ed5
Author:     Peter Collingbourne <peter at pcc.me.uk>
AuthorDate: Tue Feb 28 02:55:24 2012 +0000
Commit:     Peter Collingbourne <peter at pcc.me.uk>
CommitDate: Tue Feb 28 02:55:32 2012 +0000

    Remove an unnecessary variable

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"),

-----------------------------------------------------------------------

Summary of changes:
 Source/cmNinjaNormalTargetGenerator.cxx |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list