Skip to content

Commit

Permalink
drivers:connector:remove an unused variable *tracer*
Browse files Browse the repository at this point in the history
The variable 'tracer' never be used, so remove it.
Added by f701e5b.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Wanlong Gao authored and David S. Miller committed Jul 25, 2011
1 parent 427e21f commit 5ec9e63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/connector/cn_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ void proc_ptrace_connector(struct task_struct *task, int ptrace_id)
struct proc_event *ev;
struct timespec ts;
__u8 buffer[CN_PROC_MSG_SIZE];
struct task_struct *tracer;

if (atomic_read(&proc_event_num_listeners) < 1)
return;
Expand Down

0 comments on commit 5ec9e63

Please sign in to comment.