From 2e178c6909d93b1160fe12ee594d0038ef9af847 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 26 Oct 2013 09:37:34 +0000 Subject: * exception.h (_exception_list): Drop redefinition for x86_64. * include/exceptions.h: Disable content for x86_64 since it's not using frame based exception handling anymore. --- winsup/cygwin/exception.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'winsup/cygwin/exception.h') diff --git a/winsup/cygwin/exception.h b/winsup/cygwin/exception.h index 5b11b0c00..8981c241b 100644 --- a/winsup/cygwin/exception.h +++ b/winsup/cygwin/exception.h @@ -8,10 +8,6 @@ details. */ #pragma once -#ifdef __x86_64__ -#define _exception_list _EXCEPTION_REGISTRATION_RECORD -#endif - #include #ifndef __x86_64__ -- cgit v1.2.3