Remove an unused variable

Differential Revision: https://reviews.llvm.org/D56985

llvm-svn: 351878
This commit is contained in:
Martin Storsjo 2019-01-22 20:50:45 +00:00
parent 43ed1dbfa9
commit 4540f5d82e
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ static void _unw_seh_set_disp_ctx(unw_cursor_t *cursor, DISPATCHER_CONTEXT *disp
_LIBUNWIND_EXPORT EXCEPTION_DISPOSITION
_GCC_specific_handler(PEXCEPTION_RECORD ms_exc, PVOID frame, PCONTEXT ms_ctx,
DISPATCHER_CONTEXT *disp, __personality_routine pers) {
unw_context_t uc;
unw_cursor_t cursor;
_Unwind_Exception *exc;
_Unwind_Action action;