[PATCH] D56985: [libunwind] Remove an unused variable
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 20 13:39:18 PST 2019
mstorsjo created this revision.
mstorsjo added reviewers: mclow.lists, EricWF, ldionne.
Herald added a subscriber: libcxx-commits.
Repository:
rUNW libunwind
https://reviews.llvm.org/D56985
Files:
src/Unwind-seh.cpp
Index: src/Unwind-seh.cpp
===================================================================
--- src/Unwind-seh.cpp
+++ src/Unwind-seh.cpp
@@ -70,7 +70,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.182714.patch
Type: text/x-patch
Size: 455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190120/1bf7e0aa/attachment.bin>
More information about the cfe-commits
mailing list