diff options
Diffstat (limited to 'src/sim/byteswap.hh')
-rw-r--r-- | src/sim/byteswap.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sim/byteswap.hh b/src/sim/byteswap.hh index b46c1e552..7e5d6809e 100644 --- a/src/sim/byteswap.hh +++ b/src/sim/byteswap.hh @@ -58,8 +58,6 @@ #include <libkern/OSByteOrder.h> #endif -enum ByteOrder {BigEndianByteOrder, LittleEndianByteOrder}; - //These functions actually perform the swapping for parameters //of various bit lengths inline uint64_t |