project(): Remove unused variable.

This commit is contained in:
Stephen Kelly 2015-06-09 22:23:56 +02:00
parent 1c65ce5245
commit 821a711b6f
1 changed files with 0 additions and 1 deletions

View File

@ -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())