[Cmake-commits] CMake branch, next, updated. v3.1.2-1230-g517360a

Brad King brad.king at kitware.com
Wed Feb 11 10:05:55 EST 2015


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  517360a715c0f52408359715c0505789262692f2 (commit)
       via  bc76786efe4f4bebfa6fbd5b217b16c596ed1cd6 (commit)
      from  72cef4494cf123a04cc1cf447950fa4c51558d89 (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=517360a715c0f52408359715c0505789262692f2
commit 517360a715c0f52408359715c0505789262692f2
Merge: 72cef44 bc76786
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 11 10:05:54 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 11 10:05:54 2015 -0500

    Merge topic 'use-cmRange' into next
    
    bc76786e cmFunctionCommand: Remove unused variable


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bc76786efe4f4bebfa6fbd5b217b16c596ed1cd6
commit bc76786efe4f4bebfa6fbd5b217b16c596ed1cd6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 11 10:04:41 2015 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Feb 11 10:04:41 2015 -0500

    cmFunctionCommand: Remove unused variable

diff --git a/Source/cmFunctionCommand.cxx b/Source/cmFunctionCommand.cxx
index 2e71b01..b44e228 100644
--- a/Source/cmFunctionCommand.cxx
+++ b/Source/cmFunctionCommand.cxx
@@ -193,7 +193,6 @@ IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf,
     if (!this->Depth)
       {
       std::string name = this->Args[0];
-      std::vector<std::string>::size_type cc;
       name += "( ";
       name += cmJoin(this->Args, " ");
       name += " )";

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

Summary of changes:
 Source/cmFunctionCommand.cxx |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list