--- attrib/att.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/attrib/att.h b/attrib/att.h index ad6bdf6..89698dc 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -133,11 +133,6 @@ static inline void att_put_u16(uint16_t src, void *dst) bt_put_unaligned(htobs(src), (uint16_t *) dst); } -static inline void att_put_u32(uint32_t src, void *dst) -{ - bt_put_unaligned(htobl(src), (uint32_t *) dst); -} - static inline void att_put_u128(uint128_t src, void *dst) { uint128_t *d128 = dst; -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html