cmListFileBacktrace: Remove unused "Depth" method

This commit is contained in:
Brad King
2021-12-07 17:22:45 -05:00
parent 7b677dbb92
commit d0ceb409ff
2 changed files with 0 additions and 15 deletions

View File

@@ -4,7 +4,6 @@
#include "cmConfigure.h" // IWYU pragma: keep
#include <cstddef>
#include <iosfwd>
#include <memory>
#include <string>
@@ -180,9 +179,6 @@ public:
// This may be called only if Empty() would return false.
cmListFileContext const& Top() const;
// Get the number of 'frames' in this backtrace
size_t Depth() const;
// Return true if this backtrace is empty.
bool Empty() const;