diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/qemu/bswap.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/qemu/bswap.h b/include/qemu/bswap.h index b95cc73859..4cbd6e7885 100644 --- a/include/qemu/bswap.h +++ b/include/qemu/bswap.h @@ -412,11 +412,6 @@ static inline void stfq_be_p(void *ptr, float64 v) /* Legacy unaligned versions. Note that we never had a complete set. */ -static inline void cpu_to_be64wu(uint64_t *p, uint64_t v) -{ - stq_be_p(p, v); -} - static inline void cpu_to_32wu(uint32_t *p, uint32_t v) { stl_p(p, v); |