diff options
author | Martin Storsjo <martin@martin.st> | 2019-01-22 20:50:45 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2019-01-22 20:50:45 +0000 |
commit | 4540f5d82e2a3e5355059a8cfa580b24dc0701f0 (patch) | |
tree | feb8cdedf63302439646cf0d911f28effd25a4d0 | |
parent | 43ed1dbfa9c59312aa17eca35791e309826b53f7 (diff) | |
download | bcm5719-llvm-4540f5d82e2a3e5355059a8cfa580b24dc0701f0.tar.gz bcm5719-llvm-4540f5d82e2a3e5355059a8cfa580b24dc0701f0.zip |
Remove an unused variable
Differential Revision: https://reviews.llvm.org/D56985
llvm-svn: 351878
-rw-r--r-- | libunwind/src/Unwind-seh.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libunwind/src/Unwind-seh.cpp b/libunwind/src/Unwind-seh.cpp index 72c237c7e78..e5bc27856e2 100644 --- a/libunwind/src/Unwind-seh.cpp +++ b/libunwind/src/Unwind-seh.cpp @@ -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; |