[Cmake-commits] CMake branch, next, updated. v2.8.12-4592-g89ecde2

Stephen Kelly steveire at gmail.com
Tue Oct 29 03:24:37 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  89ecde2d5776bf0b98a4be35a83bac2e19f1e67d (commit)
       via  c83731b53838d44d85dce37c3ca96ee9418ae0cc (commit)
      from  d5318357fe68210e5ec9ebc63e56c5a14a7cca80 (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=89ecde2d5776bf0b98a4be35a83bac2e19f1e67d
commit 89ecde2d5776bf0b98a4be35a83bac2e19f1e67d
Merge: d531835 c83731b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Oct 29 03:24:32 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 29 03:24:32 2013 -0400

    Merge topic 'use-generator-target' into next
    
    c83731b Remove unused private field.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c83731b53838d44d85dce37c3ca96ee9418ae0cc
commit c83731b53838d44d85dce37c3ca96ee9418ae0cc
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Oct 29 08:21:16 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Oct 29 08:21:16 2013 +0100

    Remove unused private field.

diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index 692b9ff..eabe381 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -279,7 +279,6 @@ public:
   void Trace();
 private:
   cmTarget* Target;
-  cmGeneratorTarget* GeneratorTarget;
   cmMakefile* Makefile;
   cmGlobalGenerator* GlobalGenerator;
   typedef cmTarget::SourceEntry SourceEntry;
@@ -301,7 +300,7 @@ private:
 //----------------------------------------------------------------------------
 cmTargetTraceDependencies
 ::cmTargetTraceDependencies(cmGeneratorTarget* target):
-  Target(target->Target), GeneratorTarget(target)
+  Target(target->Target)
 {
   // Convenience.
   this->Makefile = this->Target->GetMakefile();

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

Summary of changes:
 Source/cmGeneratorTarget.cxx |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list