[Cmake-commits] CMake branch, next, updated. v2.8.11-2134-g13bfc75
Rolf Eike Beer
eike at sf-mail.de
Tue May 21 17:41:45 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 13bfc75547b029c1ac9b89506f6c543084ef627d (commit)
via 1c1246ee770bed3538a001b1e707167830098304 (commit)
from 00a86e0c4f0169a3b564f0ca5e579d7b9eed1ed7 (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=13bfc75547b029c1ac9b89506f6c543084ef627d
commit 13bfc75547b029c1ac9b89506f6c543084ef627d
Merge: 00a86e0 1c1246e
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue May 21 17:41:43 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 21 17:41:43 2013 -0400
Merge topic 'LinkLine-typedef' into next
1c1246e drop the unused local typedef LinkLine
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1c1246ee770bed3538a001b1e707167830098304
commit 1c1246ee770bed3538a001b1e707167830098304
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue May 21 23:40:30 2013 +0200
Commit: Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Tue May 21 23:40:30 2013 +0200
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:
Source/cmTarget.cxx | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list