[Cmake-commits] CMake branch, next, updated. v2.8.11-2085-g69f10a1

Stephen Kelly steveire at gmail.com
Mon May 20 11:51:55 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  69f10a1146804230f8a3ceeedb5ef4bf4693c2d7 (commit)
       via  994dc70bc463699682d71e9a021b924c4b75cb29 (commit)
      from  1c42ac9387102d50f29ca00266319a5d04935f1d (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=69f10a1146804230f8a3ceeedb5ef4bf4693c2d7
commit 69f10a1146804230f8a3ceeedb5ef4bf4693c2d7
Merge: 1c42ac9 994dc70
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon May 20 11:51:52 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon May 20 11:51:52 2013 -0400

    Merge topic 'unused-cleanup' into next
    
    994dc70 Remove unused vector population.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=994dc70bc463699682d71e9a021b924c4b75cb29
commit 994dc70bc463699682d71e9a021b924c4b75cb29
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Apr 17 21:30:07 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon May 20 17:47:21 2013 +0200

    Remove unused vector population.
    
    The call to GetEnabledLanguages does not have side-effects.

diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index ee5b9d8..e26aa74 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -1084,8 +1084,6 @@ void
 cmLocalGenerator::ExpandRuleVariables(std::string& s,
                                       const RuleVariables& replaceValues)
 {
-  std::vector<std::string> enabledLanguages;
-  this->GlobalGenerator->GetEnabledLanguages(enabledLanguages);
   this->InsertRuleLauncher(s, replaceValues.CMTarget,
                            replaceValues.RuleLauncher);
   std::string::size_type start = s.find('<');

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list