Skip to content

Commit

Permalink
Bluetooth: iso: remove unused struct 'iso_list_data'
Browse files Browse the repository at this point in the history
'iso_list_data' has been unused since the original
commit ccf74f2 ("Bluetooth: Add BTPROTO_ISO socket type").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Luiz Augusto von Dentz <[email protected]>
  • Loading branch information
Dr. David Alan Gilbert authored and Vudentz committed Jun 3, 2024
1 parent c137bc5 commit d8b6a4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/bluetooth/iso.c
Original file line number Diff line number Diff line change
Expand Up @@ -1721,11 +1721,6 @@ static void iso_sock_ready(struct sock *sk)
release_sock(sk);
}

struct iso_list_data {
struct hci_conn *hcon;
int count;
};

static bool iso_match_big(struct sock *sk, void *data)
{
struct hci_evt_le_big_sync_estabilished *ev = data;
Expand Down

0 comments on commit d8b6a4e

Please sign in to comment.