[libunwind] r351878 - Remove an unused variable

Martin Storsjo via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 22 12:50:45 PST 2019


Author: mstorsjo
Date: Tue Jan 22 12:50:45 2019
New Revision: 351878

URL: http://llvm.org/viewvc/llvm-project?rev=351878&view=rev
Log:
Remove an unused variable

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

Modified:
    libunwind/trunk/src/Unwind-seh.cpp

Modified: libunwind/trunk/src/Unwind-seh.cpp
URL: http://llvm.org/viewvc/llvm-project/libunwind/trunk/src/Unwind-seh.cpp?rev=351878&r1=351877&r2=351878&view=diff
==============================================================================
--- libunwind/trunk/src/Unwind-seh.cpp (original)
+++ libunwind/trunk/src/Unwind-seh.cpp Tue Jan 22 12:50:45 2019
@@ -68,7 +68,6 @@ static void _unw_seh_set_disp_ctx(unw_cu
 _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;




More information about the cfe-commits mailing list