mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 23:10:26 +00:00
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
|
||||
{
|
||||
if (this->ContextStack.empty())
|
||||
{
|
||||
return std::string();
|
||||
}
|
||||
assert(this->StateSnapshot.IsValid());
|
||||
return this->StateSnapshot.GetExecutionListFile();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user