summaryrefslogtreecommitdiff
path: root/runtime/backtrace_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/backtrace_helper.h')
-rw-r--r--runtime/backtrace_helper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/backtrace_helper.h b/runtime/backtrace_helper.h
index 2fee62c23d..8eda3fa0a1 100644
--- a/runtime/backtrace_helper.h
+++ b/runtime/backtrace_helper.h
@@ -36,10 +36,6 @@ class BacktraceCollector {
void Collect();
private:
- // Try to collect backtrace. Returns false on failure.
- // It is used to retry backtrace on temporary failure.
- bool CollectImpl();
-
uintptr_t* const out_frames_ = nullptr;
size_t num_frames_ = 0u;
const size_t max_depth_ = 0u;