summaryrefslogtreecommitdiffstats
path: root/debuggerd/arm/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'debuggerd/arm/unwind.c')
-rw-r--r--debuggerd/arm/unwind.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/debuggerd/arm/unwind.c b/debuggerd/arm/unwind.c
index d191310fa..d9600b773 100644
--- a/debuggerd/arm/unwind.c
+++ b/debuggerd/arm/unwind.c
@@ -451,7 +451,6 @@ static _Unwind_Reason_Code log_function(_Unwind_Context *context, pid_t pid,
* 1MB boundaries, and the library may be larger than 1MB. So for .so
* addresses we print the relative offset in back trace.
*/
- rel_pc = pc;
mi = pc_to_mapinfo(map, pc, &rel_pc);
/* See if we can determine what symbol this stack frame resides in */