aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/mach_vm_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/mac/handler/mach_vm_compat.h')
-rw-r--r--src/client/mac/handler/mach_vm_compat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/mac/handler/mach_vm_compat.h b/src/client/mac/handler/mach_vm_compat.h
index cb5cf2bd..9e9028b9 100644
--- a/src/client/mac/handler/mach_vm_compat.h
+++ b/src/client/mac/handler/mach_vm_compat.h
@@ -39,11 +39,7 @@
#define mach_vm_address_t vm_address_t
#define mach_vm_deallocate vm_deallocate
#define mach_vm_read vm_read
-#if defined(__LP64__)
#define mach_vm_region_recurse vm_region_recurse_64
-#else
-#define mach_vm_region_recurse vm_region_recurse
-#endif
#define mach_vm_size_t vm_size_t
#else
#include <mach/mach_vm.h>