We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae9c5d commit 7bf316fCopy full SHA for 7bf316f
Modules/faulthandler.c
@@ -403,7 +403,6 @@ faulthandler_exc_handler(struct _EXCEPTION_POINTERS *exc_info)
403
{
404
const int fd = fatal_error.fd;
405
DWORD code = exc_info->ExceptionRecord->ExceptionCode;
406
- DWORD flags = exc_info->ExceptionRecord->ExceptionFlags;
407
408
if (faulthandler_ignore_exception(code)) {
409
/* ignore the exception: call the next exception handler */
0 commit comments