cmMakefile: Remove dead code.

This commit is contained in:
Stephen Kelly 2015-07-08 00:08:08 +02:00
parent f19653eb94
commit 12c82fd8c0
1 changed files with 0 additions and 10 deletions

View File

@ -4199,16 +4199,6 @@ void cmMakefile::SetProperty(const std::string& prop, const char* value)
return;
}
if ( prop == "ADDITIONAL_MAKE_CLEAN_FILES" )
{
// This property is not inherrited
if ( strcmp(this->GetCurrentSourceDirectory(),
this->GetCurrentSourceDirectory()) != 0 )
{
return;
}
}
this->Properties.SetProperty(prop, value);
}