diff --git a/port/port_posix.h b/port/port_posix.h index 2fb2269..54b07b6 100644 --- a/port/port_posix.h +++ b/port/port_posix.h @@ -36,10 +36,6 @@ #include "port/atomic_pointer.h" #include "port/thread_annotations.h" -#ifndef PLATFORM_IS_LITTLE_ENDIAN -#define PLATFORM_IS_LITTLE_ENDIAN (__BYTE_ORDER == __LITTLE_ENDIAN) -#endif - #if !HAVE_FDATASYNC #define fdatasync fsync #endif // !HAVE_FDATASYNC