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

Commit 5ec9e63c authored by Wanlong Gao's avatar Wanlong Gao Committed by David S. Miller
Browse files

drivers:connector:remove an unused variable *tracer*



The variable 'tracer' never be used, so remove it.
Added by f701e5b7.

Signed-off-by: default avatarWanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 427e21fa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;