cmMakefile: Remove IncludeScope Quiet call.

This commit is contained in:
Stephen Kelly 2015-06-23 09:25:03 +02:00
parent 0818737c85
commit 6708d21664
1 changed files with 0 additions and 1 deletions

View File

@ -591,7 +591,6 @@ bool cmMakefile::ReadDependentFile(const char* filename, bool noPolicyScope)
cmListFile listFile;
if (!listFile.ParseFile(filenametoread.c_str(), false, this))
{
incScope.Quiet();
return false;
}
this->ReadListFile(listFile, filenametoread);