[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1779-gbfca0e4
Stephen Kelly
steveire at gmail.com
Sat Jan 26 04:58:46 EST 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 bfca0e4f6bdb3cb58aa5846b657efe2bab8da59b (commit)
via 7264f0b200b4cb8ac6272012fea321fbad128cdf (commit)
from 4da12dd0b5bd9712237198cf8df94a9de12ea59b (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=bfca0e4f6bdb3cb58aa5846b657efe2bab8da59b
commit bfca0e4f6bdb3cb58aa5846b657efe2bab8da59b
Merge: 4da12dd 7264f0b
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jan 26 04:58:43 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Jan 26 04:58:43 2013 -0500
Merge topic 'fix-automoc-compile-defs' into next
7264f0b Remove unused GeneratorTarget.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7264f0b200b4cb8ac6272012fea321fbad128cdf
commit 7264f0b200b4cb8ac6272012fea321fbad128cdf
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jan 26 10:57:47 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Jan 26 10:57:47 2013 +0100
Remove unused GeneratorTarget.
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index 7c768f2..617eb4e 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -1697,10 +1697,6 @@ void cmLocalVisualStudio6Generator
std::set<std::string> minsizeDefinesSet;
std::set<std::string> debugrelDefinesSet;
-
- cmGeneratorTarget* gt =
- this->GlobalGenerator->GetGeneratorTarget(&target);
-
this->AppendDefines(
definesSet,
target.GetCompileDefinitions());
-----------------------------------------------------------------------
Summary of changes:
Source/cmLocalVisualStudio6Generator.cxx | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list