--- attrib/att.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/attrib/att.h b/attrib/att.h index 4db015d..ad6bdf6 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -118,12 +118,6 @@ static inline uint16_t att_get_u16(const void *ptr) return btohs(bt_get_unaligned(u16_ptr)); } -static inline uint32_t att_get_u32(const void *ptr) -{ - const uint32_t *u32_ptr = ptr; - return btohl(bt_get_unaligned(u32_ptr)); -} - static inline uint128_t att_get_u128(const void *ptr) { const uint128_t *u128_ptr = ptr; -- 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