[Cmake-commits] CMake branch, next, updated. v2.8.11-2053-g8a3d1bf

Stephen Kelly steveire at gmail.com
Fri May 17 03:04:19 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  8a3d1bf7f8a21b7c979121e38c219090e054d5ad (commit)
       via  44258cc26c5626f084abed8d7e0e8cb97e4c77c8 (commit)
      from  ef1dfc6affa77a5e55e9d83966cd43f6393b4317 (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=8a3d1bf7f8a21b7c979121e38c219090e054d5ad
commit 8a3d1bf7f8a21b7c979121e38c219090e054d5ad
Merge: ef1dfc6 44258cc
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri May 17 03:04:14 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri May 17 03:04:14 2013 -0400

    Merge topic 'unused-cleanup' into next
    
    44258cc Remove unused typedef.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=44258cc26c5626f084abed8d7e0e8cb97e4c77c8
commit 44258cc26c5626f084abed8d7e0e8cb97e4c77c8
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri May 17 09:01:01 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri May 17 09:01:01 2013 +0200

    Remove unused typedef.

diff --git a/Source/cmGeneratorExpressionEvaluator.cxx b/Source/cmGeneratorExpressionEvaluator.cxx
index 6618e83..b969ca4 100644
--- a/Source/cmGeneratorExpressionEvaluator.cxx
+++ b/Source/cmGeneratorExpressionEvaluator.cxx
@@ -1183,7 +1183,6 @@ GeneratorExpressionContent::~GeneratorExpressionContent()
   deleteAll(this->IdentifierChildren);
 
   typedef std::vector<cmGeneratorExpressionEvaluator*> EvaluatorVector;
-  typedef std::vector<cmGeneratorExpressionToken> TokenVector;
   std::vector<EvaluatorVector>::const_iterator pit =
                                                   this->ParamChildren.begin();
   const std::vector<EvaluatorVector>::const_iterator pend =

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

Summary of changes:
 Source/cmGeneratorExpressionEvaluator.cxx |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list