diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index d77c4af..1c9aa52 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -285,12 +285,7 @@ cmListFileBacktrace cmMakefile::GetBacktrace(cmCommandContext const& cc) const cmListFileContext cmMakefile::GetExecutionContext() const { - cmListFileContext const& cur = this->Backtrace.Top(); - cmListFileContext lfc; - lfc.Name = cur.Name; - lfc.Line = cur.Line; - lfc.FilePath = this->StateSnapshot.GetExecutionListFile(); - return lfc; + return this->Backtrace.Top(); } void cmMakefile::PrintCommandTrace(const cmListFileFunction& lff) const |