Signed-off-by: Greg Walton <[email protected]> --- exec/crypto.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/exec/crypto.c b/exec/crypto.c index 1564ee8..e21aa16 100644 --- a/exec/crypto.c +++ b/exec/crypto.c @@ -36,10 +36,6 @@ typedef uint64_t ulong64; #define ENDIAN_LITTLE #elif __BYTE_ORDER == __BIG_ENDIAN #define ENDIAN_BIG -#elif _BYTE_ORDER == _LITTLE_ENDIAN -#define ENDIAN_LITTLE -#elif _BYTE_ORDER == _BIG_ENDIAN -#define ENDIAN_BIG #else #error "cannot detect byte order" #endif -- 1.7.2.3 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
