--- attrib/att.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/attrib/att.h b/attrib/att.h index 28bc944..645b6cf 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -112,12 +112,6 @@ struct att_range { }; /* These functions do byte conversion */ -static inline uint8_t att_get_u8(const void *ptr) -{ - const uint8_t *u8_ptr = ptr; - return bt_get_unaligned(u8_ptr); -} - static inline uint16_t att_get_u16(const void *ptr) { const uint16_t *u16_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