summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-12-07 16:26:58 -0500
committerBrad King <brad.king@kitware.com>2021-12-08 10:03:48 -0500
commit7b677dbb9279a575ec6b5f79daa78acfec241b6a (patch)
treeab5fd2b922892ea90e153e6f3d082b0447ce4588 /Source/cmMakefile.cxx
parent56dc22d48829860b50a441dcc26de14150ad724c (diff)
downloadcmake-7b677dbb9279a575ec6b5f79daa78acfec241b6a.tar.gz
cmListFileBacktrace: Remove unused "bottom" entry
All uses of `GetBottom` by clients have been removed, so drop the method and its supporting infrastructure.
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 661cb05e0b..950fa7b053 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -79,7 +79,6 @@ cmMakefile::cmMakefile(cmGlobalGenerator* globalGenerator,
cmStateSnapshot const& snapshot)
: GlobalGenerator(globalGenerator)
, StateSnapshot(snapshot)
- , Backtrace(snapshot)
{
this->IsSourceFileTryCompile = false;