Browse Source

cmMakefile: Remove obsolete condition.

Stephen Kelly 10 years ago
parent
commit
e77c46664c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Source/cmMakefile.cxx

+ 0 - 4
Source/cmMakefile.cxx

@@ -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();
 }