From 34058146a52f44c74320b54a2d7a082e10b83801 Mon Sep 17 00:00:00 2001 From: Emil Gydesen Date: Tue, 24 Oct 2023 13:59:36 +0200 Subject: [PATCH] Bluetooth: BAP: Shell: Remove unused variable stream_frame_duration_us The variable was unsused and caused compiler warnings. Signed-off-by: Emil Gydesen --- subsys/bluetooth/audio/shell/bap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/bluetooth/audio/shell/bap.c b/subsys/bluetooth/audio/shell/bap.c index aa6561f6795b00..b83237f979823f 100644 --- a/subsys/bluetooth/audio/shell/bap.c +++ b/subsys/bluetooth/audio/shell/bap.c @@ -2617,7 +2617,6 @@ static int cmd_send(const struct shell *sh, size_t argc, char *argv[]) #if defined(CONFIG_LIBLC3) static bool stream_start_sine_verify(const struct bt_bap_stream *bap_stream) { - int stream_frame_duration_us; struct bt_bap_ep_info info; int err;