project(): Remove unused variable.

This commit is contained in:
Stephen Kelly 2015-06-09 22:23:56 +02:00
parent 1c65ce5245
commit 821a711b6f

View File

@ -233,7 +233,6 @@ bool cmProjectCommand
const char* include = this->Makefile->GetDefinition(extraInclude); const char* include = this->Makefile->GetDefinition(extraInclude);
if(include) if(include)
{ {
std::string fullFilePath;
bool readit = bool readit =
this->Makefile->ReadDependentFile(include); this->Makefile->ReadDependentFile(include);
if(!readit && !cmSystemTools::GetFatalErrorOccured()) if(!readit && !cmSystemTools::GetFatalErrorOccured())