diff options
author | Brad King <brad.king@kitware.com> | 2021-12-07 16:26:58 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-12-08 10:03:48 -0500 |
commit | 7b677dbb9279a575ec6b5f79daa78acfec241b6a (patch) | |
tree | ab5fd2b922892ea90e153e6f3d082b0447ce4588 /Source/cmMakefile.cxx | |
parent | 56dc22d48829860b50a441dcc26de14150ad724c (diff) | |
download | cmake-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.cxx | 1 |
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; |