summaryrefslogtreecommitdiffstats
path: root/include/osl/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/endian.h')
-rw-r--r--include/osl/endian.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osl/endian.h b/include/osl/endian.h
index ca3640b8d4a5..9a92e25eb98c 100644
--- a/include/osl/endian.h
+++ b/include/osl/endian.h
@@ -41,8 +41,6 @@ extern "C" {
# elif __BYTE_ORDER == __BIG_ENDIAN
# define OSL_BIGENDIAN
# endif
-#elif defined EMSCRIPTEN
-# define OSL_LITENDIAN
#elif defined IOS || defined MACOSX || defined NETBSD
# include <machine/endian.h>
# if BYTE_ORDER == LITTLE_ENDIAN