summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-12-07 21:26:58 (GMT)
committerBrad King <brad.king@kitware.com>2021-12-08 15:03:48 (GMT)
commit7b677dbb9279a575ec6b5f79daa78acfec241b6a (patch)
treeab5fd2b922892ea90e153e6f3d082b0447ce4588 /Source/CTest
parent56dc22d48829860b50a441dcc26de14150ad724c (diff)
downloadCMake-7b677dbb9279a575ec6b5f79daa78acfec241b6a.zip
CMake-7b677dbb9279a575ec6b5f79daa78acfec241b6a.tar.gz
CMake-7b677dbb9279a575ec6b5f79daa78acfec241b6a.tar.bz2
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/CTest')
-rw-r--r--Source/CTest/cmCTestTestHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestTestHandler.cxx b/Source/CTest/cmCTestTestHandler.cxx
index 02db0c6..75777ab 100644
--- a/Source/CTest/cmCTestTestHandler.cxx
+++ b/Source/CTest/cmCTestTestHandler.cxx
@@ -2183,7 +2183,7 @@ bool cmCTestTestHandler::SetTestsProperties(
// Ensure we have complete triples otherwise the data is corrupt.
if (triples.size() % 3 == 0) {
cmState state(cmState::Unknown);
- rt.Backtrace = cmListFileBacktrace(state.CreateBaseSnapshot());
+ rt.Backtrace = cmListFileBacktrace();
// the first entry represents the top of the trace so we need to
// reconstruct the backtrace in reverse