浏览代码

phonet: remove the unused variable pn

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Changli Gao 14 年之前
父节点
当前提交
c5e90f5620
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      net/phonet/pep.c

+ 0 - 1
net/phonet/pep.c

@@ -300,7 +300,6 @@ static int pipe_handler_send_ind(struct sock *sk, u8 utid, u8 msg_id)
 
 static int pipe_handler_enable_pipe(struct sock *sk, int enable)
 {
-	struct pep_sock *pn = pep_sk(sk);
 	int utid, req;
 
 	if (enable) {