[PATCH] D56985: [libunwind] Remove an unused variable

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 22 12:52:11 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rUNW351878: Remove an unused variable (authored by mstorsjo, committed by ).

Repository:
  rUNW libunwind

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56985/new/

https://reviews.llvm.org/D56985

Files:
  src/Unwind-seh.cpp


Index: src/Unwind-seh.cpp
===================================================================
--- src/Unwind-seh.cpp
+++ src/Unwind-seh.cpp
@@ -68,7 +68,6 @@
 _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;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56985.182969.patch
Type: text/x-patch
Size: 455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190122/9f86f183/attachment.bin>


More information about the cfe-commits mailing list