浏览代码

Bluetooth: Remove unused struct item

num in struct l2cap_chan_list isn't used anywhere.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Gustavo F. Padovan 14 年之前
父节点
当前提交
b0d2199d6f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/net/bluetooth/l2cap.h

+ 0 - 1
include/net/bluetooth/l2cap.h

@@ -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 {