summaryrefslogtreecommitdiff
path: root/src/stacktrace_generic-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stacktrace_generic-inl.h')
-rw-r--r--src/stacktrace_generic-inl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stacktrace_generic-inl.h b/src/stacktrace_generic-inl.h
index 28a539a..3375ada 100644
--- a/src/stacktrace_generic-inl.h
+++ b/src/stacktrace_generic-inl.h
@@ -55,7 +55,3 @@ int GetStackTrace(void** result, int max_depth, int skip_count) {
return result_count;
}
-
-bool GetStackExtent(void* sp, void** stack_top, void** stack_bottom) {
- return false; // can't climb up
-}