[Cmake-commits] CMake branch, next, updated. v2.8.9-412-g9d7c77e

Brad King brad.king at kitware.com
Sat Sep 8 08:07:59 EDT 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  9d7c77e2eb24ca7a8292001fb0cdafd87903951c (commit)
       via  ee725334e38beb386223efd43543a431f36dd1ca (commit)
      from  53edd90e8676a48f0ffdd7cd8875d6478dc9e661 (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=9d7c77e2eb24ca7a8292001fb0cdafd87903951c
commit 9d7c77e2eb24ca7a8292001fb0cdafd87903951c
Merge: 53edd90 ee72533
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Sep 8 08:06:48 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Sep 8 08:06:48 2012 -0400

    Merge topic 'file-download-verify' into next
    
    ee72533 cmFileCommand.cxx: Remove unused variable 'alreadyHaveFile'


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ee725334e38beb386223efd43543a431f36dd1ca
commit ee725334e38beb386223efd43543a431f36dd1ca
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Sep 8 08:04:26 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Sat Sep 8 08:04:26 2012 -0400

    cmFileCommand.cxx: Remove unused variable 'alreadyHaveFile'

diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx
index 65a0d74..bb12980 100644
--- a/Source/cmFileCommand.cxx
+++ b/Source/cmFileCommand.cxx
@@ -2802,7 +2802,6 @@ cmFileCommand::HandleDownloadCommand(std::vector<std::string> const& args)
   //
   if(cmSystemTools::FileExists(file.c_str()) && hash.get())
     {
-    bool alreadyHaveFile = false;
     std::string msg;
     std::string actualHash = hash->HashFile(file.c_str());
     if(actualHash == expectedHash)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list