summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--port/port_posix.h4
1 files changed, 0 insertions, 4 deletions
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