aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_arm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/stackwalker_arm.cc')
-rw-r--r--src/processor/stackwalker_arm.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/processor/stackwalker_arm.cc b/src/processor/stackwalker_arm.cc
index 484e75dc..a26e1e85 100644
--- a/src/processor/stackwalker_arm.cc
+++ b/src/processor/stackwalker_arm.cc
@@ -80,9 +80,6 @@ StackFrame* StackwalkerARM::GetCallerFrame(
return NULL;
}
- StackFrameARM *last_frame = static_cast<StackFrameARM*>(
- stack->frames()->back());
-
// TODO: Can't actually walk the stack on ARM without the CFI data.
// Implement this when the CFI symbol dumper changes have landed.
return NULL;