diff options
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/core/os_abstraction.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/network/core/os_abstraction.h b/src/network/core/os_abstraction.h index 46be0a4fe..c1f7b028a 100644 --- a/src/network/core/os_abstraction.h +++ b/src/network/core/os_abstraction.h @@ -202,11 +202,6 @@ static inline bool SetNoDelay(SOCKET d) #endif } -#ifdef __APPLE__ -/* Looks like sys/socket.h uses a name we got in macros.h */ -#undef ALIGN -#endif - #endif /* ENABLE_NETWORK */ #endif /* NETWORK_CORE_OS_ABSTRACTION_H */ |