summaryrefslogtreecommitdiffstats
path: root/Source/cmProjectCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-11 17:16:16 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-06-11 17:16:16 (GMT)
commit71d52459900e2be0c78091cb2df6506b22c2c211 (patch)
tree4681578374e7e942336405eb7e33315df046ca80 /Source/cmProjectCommand.cxx
parent07ee7bac74260942121552bed94a18101b6e7002 (diff)
parent22d09ecf33f3d07925003995b76b7e8aa788c04f (diff)
downloadCMake-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.cxx1
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())