summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-25 09:16:41 -0400
committerBrad King <brad.king@kitware.com>2020-09-28 09:49:08 -0400
commit0100a4943eb862409ad0cf9619eca93e170dea4a (patch)
treef558d7e65aba7943f1761ca58cdc2a5ee72b9ae3 /Source/cmMakefile.cxx
parentdc49abcb89d7c5a99f7955f16f9b0ccaadc585be (diff)
downloadcmake-0100a4943eb862409ad0cf9619eca93e170dea4a.tar.gz
cmMakefile: Remove now-unused overload of GetBacktrace
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 3721056821..e529896e65 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...