utils/bits.h: Delete duplicate macro definitions for big-endian targets.
[mLib] / utils / bits.h
index 28c7dd4..87058e2 100644 (file)
@@ -414,10 +414,6 @@ typedef unsigned char octet, uint8;
 #    define LTOH64(x) ENDSWAP64(x)
 #    define HTOB64(x) (x)
 #    define BTOH64(x) (x)
-#    define HTOL64_(z, x) ENDSWAP64_(z, x)
-#    define LTOH64_(z, x) ENDSWAP64_(z, x)
-#    define HTOB64_(z, x) ((z).i = (x).i)
-#    define BTOH64_(z, x) ((z).i = (x).i)
 #  endif
 #  define HTOL64_(z, x) ENDSWAP64_(z, x)
 #  define LTOH64_(z, x) ENDSWAP64_(z, x)