cmMakefile: Remove obsolete condition.

This commit is contained in:
Stephen Kelly 2015-07-18 13:19:34 +02:00
parent 8e7d303077
commit e77c46664c
1 changed files with 0 additions and 4 deletions

View File

@ -3436,10 +3436,6 @@ bool cmMakefile::IsLoopBlock() const
std::string cmMakefile::GetExecutionFilePath() const
{
if (this->ContextStack.empty())
{
return std::string();
}
assert(this->StateSnapshot.IsValid());
return this->StateSnapshot.GetExecutionListFile();
}