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