Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0d2199d authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

Bluetooth: Remove unused struct item



num in struct l2cap_chan_list isn't used anywhere.

Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent b312b161
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -280,7 +280,6 @@ struct l2cap_conn_param_update_rsp {
struct l2cap_chan_list {
	struct sock	*head;
	rwlock_t	lock;
	long		num;
};

struct l2cap_conn {