diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mac/macho_utilities.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/mac/macho_utilities.h b/src/common/mac/macho_utilities.h index a07945fd..a200c0f7 100644 --- a/src/common/mac/macho_utilities.h +++ b/src/common/mac/macho_utilities.h @@ -54,14 +54,6 @@ # define LC_UUID 0x1b /* the uuid */ #endif -#if TARGET_CPU_X86 -# define BREAKPAD_MACHINE_THREAD_STATE i386_THREAD_STATE -#elif TARGET_CPU_X86_64 -# define BREAKPAD_MACHINE_THREAD_STATE x86_THREAD_STATE64 -#else -# define BREAKPAD_MACHINE_THREAD_STATE MACHINE_THREAD_STATE -#endif - // The uuid_command struct/swap routines were added during the 10.4 series. // Their presence isn't guaranteed. struct breakpad_uuid_command { |