Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit c10fb86

Browse files
vhbitalexcrichton
authored andcommitted
Fixed re-declaration issue
1 parent df1e1ca commit c10fb86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/builtins/gcc_personality_v0.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ __gcc_personality_v0(int version, _Unwind_Action actions,
204204
return _URC_CONTINUE_UNWIND;
205205

206206
uintptr_t pc = _Unwind_GetIP(context)-1;
207-
uintptr_t funcStart = _Unwind_GetRegionStart(context);
208-
uintptr_t pcOffset = pc - funcStart;
209207

210208
/* Parse LSDA header. */
211209
uint8_t lpStartEncoding = *lsda++;

0 commit comments

Comments
 (0)