Skip to content

Commit d4cc4ee

Browse files
Dr. David Alan GilbertVudentz
authored andcommitted
Bluetooth: iso: remove unused struct 'iso_list_data'
'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 <linux@treblig.org> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
1 parent 67c3bce commit d4cc4ee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

net/bluetooth/iso.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,11 +1720,6 @@ static void iso_sock_ready(struct sock *sk)
17201720
release_sock(sk);
17211721
}
17221722

1723-
struct iso_list_data {
1724-
struct hci_conn *hcon;
1725-
int count;
1726-
};
1727-
17281723
static bool iso_match_big(struct sock *sk, void *data)
17291724
{
17301725
struct hci_evt_le_big_sync_estabilished *ev = data;

0 commit comments

Comments
 (0)