cmMakefile: Remove obsolete condition.
This commit is contained in:
parent
8e7d303077
commit
e77c46664c
|
@ -3436,10 +3436,6 @@ bool cmMakefile::IsLoopBlock() const
|
||||||
|
|
||||||
std::string cmMakefile::GetExecutionFilePath() const
|
std::string cmMakefile::GetExecutionFilePath() const
|
||||||
{
|
{
|
||||||
if (this->ContextStack.empty())
|
|
||||||
{
|
|
||||||
return std::string();
|
|
||||||
}
|
|
||||||
assert(this->StateSnapshot.IsValid());
|
assert(this->StateSnapshot.IsValid());
|
||||||
return this->StateSnapshot.GetExecutionListFile();
|
return this->StateSnapshot.GetExecutionListFile();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue