Skip to content

Commit 248bee9

Browse files
Thalleyaescolar
authored andcommitted
Bluetooth: BAP: Broadcast Source: Remove unused variable
Remove an unused variable in bt_bap_broadcast_source_reconfig that causes compiler warnings. Signed-off-by: Emil Gydesen <[email protected]>
1 parent a7fe853 commit 248bee9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

subsys/bluetooth/audio/bap_broadcast_source.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -893,9 +893,6 @@ int bt_bap_broadcast_source_reconfig(struct bt_bap_broadcast_source *source,
893893
* params
894894
*/
895895
SYS_SLIST_FOR_EACH_CONTAINER(&subgroup->streams, stream, _node) {
896-
struct bt_iso_chan_io_qos *iso_qos;
897-
898-
iso_qos = stream->ep->iso->chan.qos->tx;
899896
bt_bap_stream_attach(NULL, stream, stream->ep, codec_cfg);
900897
bt_bap_iso_configure_data_path(stream->ep, codec_cfg);
901898
}

0 commit comments

Comments
 (0)