[Cmake-commits] CMake branch, next, updated. v2.8.11-2146-gf725db6
Brad King
brad.king at kitware.com
Wed May 22 12:56:31 EDT 2013
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 f725db6634783e1bef1a097b024f0bc478a991c9 (commit)
via 776225d379290b23f05cc67fa1ffa329cdc4bfac (commit)
from 7d9a6530d7ad7140263f02b773b30f50b82cefa6 (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=f725db6634783e1bef1a097b024f0bc478a991c9
commit f725db6634783e1bef1a097b024f0bc478a991c9
Merge: 7d9a653 776225d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed May 22 12:56:28 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 22 12:56:28 2013 -0400
Merge topic 'LinkLine-typedef' into next
776225d cmTarget: drop the unused local typedef LinkLine
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=776225d379290b23f05cc67fa1ffa329cdc4bfac
commit 776225d379290b23f05cc67fa1ffa329cdc4bfac
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue May 21 23:40:30 2013 +0200
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed May 22 12:54:57 2013 -0400
cmTarget: drop the unused local typedef LinkLine
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index d0227ec..e9fc7ef 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -2494,8 +2494,6 @@ cmTarget::AnalyzeLibDependencies( const cmMakefile& mf )
}
}
- typedef std::vector< std::string > LinkLine;
-
// The dependency map.
DependencyMap dep_map;
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list