Bluetooth: audio: Fix -Wunused-function

Fix -Wunused-function

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
Lingao Meng 2021-07-28 04:53:49 -07:00 committed by Carles Cufí
commit 524d2e2b27

View file

@ -351,8 +351,6 @@ int bt_vocs_register(struct bt_vocs *vocs,
}
#endif /* CONFIG_BT_VOCS */
#if defined(CONFIG_BT_VOCS) || defined(CONFIG_BT_VOCS_CLIENT)
int bt_vocs_state_get(struct bt_vocs *inst)
{
CHECKIF(!inst) {
@ -487,5 +485,3 @@ int bt_vocs_description_set(struct bt_vocs *inst, const char *description)
return -ENOTSUP;
}
#endif /* CONFIG_BT_VOCS || CONFIG_BT_VOCS_CLIENT */