From 0100a4943eb862409ad0cf9619eca93e170dea4a Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 25 Sep 2020 09:16:41 -0400 Subject: cmMakefile: Remove now-unused overload of GetBacktrace --- Source/cmMakefile.cxx | 9 --------- Source/cmMakefile.h | 1 - 2 files changed, 10 deletions(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 3721056..e529896 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -274,15 +274,6 @@ cmListFileBacktrace cmMakefile::GetBacktrace() const return this->Backtrace; } -cmListFileBacktrace cmMakefile::GetBacktrace(cmCommandContext const& cc) const -{ - cmListFileContext lfc; - lfc.Name = cc.Name.Original; - lfc.Line = cc.Line; - lfc.FilePath = this->StateSnapshot.GetExecutionListFile(); - return this->Backtrace.Push(lfc); -} - void cmMakefile::PrintCommandTrace(const cmListFileFunction& lff) const { // Check if current file in the list of requested to trace... diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 6236129..bd7753a 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -640,7 +640,6 @@ public: * Get the current context backtrace. */ cmListFileBacktrace GetBacktrace() const; - cmListFileBacktrace GetBacktrace(cmCommandContext const& lfc) const; /** * Get the vector of files created by this makefile -- cgit v0.12