[Cmake-commits] CMake branch, next, updated. v3.4.0-rc1-281-g4dcd97c

Stephen Kelly steveire at gmail.com
Thu Oct 8 19:10:05 EDT 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  4dcd97c26c639e3fb73faf60664f00df493ff85a (commit)
       via  096f0988496d49c6c1f56f32863965dc65a077ab (commit)
      from  b43dac4dc04eb2eadb457a82c1cf1ac9d61be8a2 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4dcd97c26c639e3fb73faf60664f00df493ff85a
commit 4dcd97c26c639e3fb73faf60664f00df493ff85a
Merge: b43dac4 096f098
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 8 19:10:04 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 8 19:10:04 2015 -0400

    Merge topic 'minor-cleanups' into next
    
    096f0988 cmComputeLinkDepends: Remove unused typedef.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=096f0988496d49c6c1f56f32863965dc65a077ab
commit 096f0988496d49c6c1f56f32863965dc65a077ab
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 8 01:23:28 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Oct 9 01:08:31 2015 +0200

    cmComputeLinkDepends: Remove unused typedef.

diff --git a/Source/cmComputeLinkDepends.h b/Source/cmComputeLinkDepends.h
index 2cbb430..b3c648b 100644
--- a/Source/cmComputeLinkDepends.h
+++ b/Source/cmComputeLinkDepends.h
@@ -66,8 +66,6 @@ private:
   std::string Config;
   EntryVector FinalLinkEntries;
 
-  typedef cmTarget::LinkLibraryVectorType LinkLibraryVectorType;
-
   std::map<std::string, int>::iterator
   AllocateLinkEntry(std::string const& item);
   int AddLinkEntry(cmLinkItem const& item);

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

Summary of changes:
 Source/cmComputeLinkDepends.h |    2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list