[Cmake-commits] CMake branch, next, updated. v2.8.2-715-g7902a76

Ben Boeckel ben.boeckel at kitware.com
Wed Sep 8 13:30:36 EDT 2010


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  7902a76524ccc1a33397db763f9f4523d28b15fe (commit)
       via  83acb0a4b22aa57d3c345320333b75301a99b2ba (commit)
      from  96fc295e7cc8d41f72cb9b3cc2faec2676a0e195 (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=7902a76524ccc1a33397db763f9f4523d28b15fe
commit 7902a76524ccc1a33397db763f9f4523d28b15fe
Merge: 96fc295 83acb0a
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Wed Sep 8 13:30:32 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 8 13:30:32 2010 -0400

    Merge topic 'dev/strict-mode' into next
    
    83acb0a Remove now unused variables


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=83acb0a4b22aa57d3c345320333b75301a99b2ba
commit 83acb0a4b22aa57d3c345320333b75301a99b2ba
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Wed Sep 8 13:29:57 2010 -0400
Commit:     Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Wed Sep 8 13:29:57 2010 -0400

    Remove now unused variables

diff --git a/Source/cmCommandArgumentParserHelper.cxx b/Source/cmCommandArgumentParserHelper.cxx
index 54af13b..8b009e0 100644
--- a/Source/cmCommandArgumentParserHelper.cxx
+++ b/Source/cmCommandArgumentParserHelper.cxx
@@ -130,8 +130,6 @@ char* cmCommandArgumentParserHelper::ExpandVariable(const char* var)
     // not been "cleared"/initialized with a set(foo ) call
     if(this->WarnUninitialized && !this->Makefile->VariableInitialized(var))
       {
-      const char* srcRoot = this->Makefile->GetDefinition("CMAKE_SOURCE_DIR");
-      const char* binRoot = this->Makefile->GetDefinition("CMAKE_BINARY_DIR");
       if (this->CheckSystemVars ||
           cmSystemTools::IsSubDirectory(this->FileName, this->Makefile->GetHomeDirectory()) ||
           cmSystemTools::IsSubDirectory(this->FileName, this->Makefile->GetHomeOutputDirectory()))

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list