Removed unused swap types

This commit is contained in:
grepwood@sucs.org 2021-11-07 03:17:47 +01:00
parent 12faca37d7
commit 86cf13d57d
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
# if defined(__GNUC__) && defined(linux)
# include <byteswap.h>
# define scp_bswap64(x) __bswap_64(x)
# define scp_bswap32(x) __bswap_32(x)
# define scp_bswap16(x) __bswap_16(x)
# endif //__GNUC__ && linux

View File

@ -8,7 +8,6 @@
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
# if defined(__GNUC__) && defined(linux)
# include <byteswap.h>
# define scp_bswap64(x) __bswap_64(x)
# define scp_bswap32(x) __bswap_32(x)
# define scp_bswap16(x) __bswap_16(x)
# endif //__GNUC__ && linux