mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
cmMakefile: Remove obsolete condition.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user