Skip to content

Commit b8428df

Browse files
Andries Kruithofkartben
authored andcommitted
tests: Bluetooth: CAP: remove compiler warning
There is an unused variable, which may result in a compiler warning. Since we can not guarantee the value of this variable we can not test for it, so it is removed. Signed-off-by: Andries Kruithof <[email protected]>
1 parent 3405648 commit b8428df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/bluetooth/audio/cap_commander/src/test_broadcast_reception.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <stdlib.h>
1010

1111
#include <zephyr/bluetooth/audio/cap.h>
12-
#include <zephyr/bluetooth/audio/vcp.h>
1312
#include <zephyr/fff.h>
1413

1514
#include "bluetooth.h"
@@ -21,8 +20,6 @@
2120

2221
#include <zephyr/logging/log.h>
2322

24-
int bt_cap_common_proc_is_active(void);
25-
2623
LOG_MODULE_REGISTER(bt_broadcast_reception_test, CONFIG_BT_CAP_COMMANDER_LOG_LEVEL);
2724

2825
#define FFF_GLOBALS

0 commit comments

Comments
 (0)