Remove unused defines
This commit is contained in:
parent
e9e5489bda
commit
5555809250
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@
|
|||
|
||||
#define SWAP32(arg) sgIsLittleEndian() ? sg_bswap_32(arg) : arg
|
||||
#define SWAP64(arg) sgIsLittleEndian() ? sg_bswap_64(arg) : arg
|
||||
#define LOW sgIsLittleEndian()
|
||||
#define HIGH sgIsBigEndian();
|
||||
|
||||
#define XDR_BYTES_PER_UNIT 4
|
||||
|
||||
|
|
Loading…
Reference in a new issue