diff options
author | Brad King <brad.king@kitware.com> | 2015-06-11 17:16:16 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-11 17:16:16 (GMT) |
commit | 71d52459900e2be0c78091cb2df6506b22c2c211 (patch) | |
tree | 4681578374e7e942336405eb7e33315df046ca80 /Source/cmProjectCommand.cxx | |
parent | 07ee7bac74260942121552bed94a18101b6e7002 (diff) | |
parent | 22d09ecf33f3d07925003995b76b7e8aa788c04f (diff) | |
download | CMake-71d52459900e2be0c78091cb2df6506b22c2c211.zip CMake-71d52459900e2be0c78091cb2df6506b22c2c211.tar.gz CMake-71d52459900e2be0c78091cb2df6506b22c2c211.tar.bz2 |
Merge topic 'minor-cleanups'
22d09ecf cmLocalGenerator: Remove ConfigureFinalPass.
821a711b project(): Remove unused variable.
Diffstat (limited to 'Source/cmProjectCommand.cxx')
-rw-r--r-- | Source/cmProjectCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmProjectCommand.cxx b/Source/cmProjectCommand.cxx index 176cb0d..90bc111 100644 --- a/Source/cmProjectCommand.cxx +++ b/Source/cmProjectCommand.cxx @@ -233,7 +233,6 @@ bool cmProjectCommand const char* include = this->Makefile->GetDefinition(extraInclude); if(include) { - std::string fullFilePath; bool readit = this->Makefile->ReadDependentFile(include); if(!readit && !cmSystemTools::GetFatalErrorOccured()) |