[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1325-gaf21a9d

Stephen Kelly steveire at gmail.com
Wed Dec 26 18:06:21 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  af21a9d522360b67535de89a210d7e0f77995a4d (commit)
       via  0356717a4afd060cd09c899fd4625f19c97fccc1 (commit)
      from  91980130717d5364f377b76de21173fa07194e60 (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=af21a9d522360b67535de89a210d7e0f77995a4d
commit af21a9d522360b67535de89a210d7e0f77995a4d
Merge: 9198013 0356717
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Dec 26 18:06:19 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 26 18:06:19 2012 -0500

    Merge topic 'include-dirs-debugging' into next
    
    0356717 Remove unused variable.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0356717a4afd060cd09c899fd4625f19c97fccc1
commit 0356717a4afd060cd09c899fd4625f19c97fccc1
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Dec 27 00:05:30 2012 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Dec 27 00:05:30 2012 +0100

    Remove unused variable.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index e9228e8..58fab80 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -2535,7 +2535,6 @@ void cmTarget::InsertInclude(const cmMakefileIncludeDirectoriesEntry &entry,
 //----------------------------------------------------------------------------
 std::vector<std::string> cmTarget::GetIncludeDirectories(const char *config)
 {
-  std::set<std::string> fromTll;
   std::vector<std::string> includes;
   std::set<std::string> uniqueIncludes;
   cmListFileBacktrace lfbt;

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list