perf: Remove unused pointer task_ctx
authorColin Ian King <colin.i.king@gmail.com>
Fri, 28 Oct 2022 12:25:45 +0000 (13:25 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 15 Nov 2022 21:30:11 +0000 (22:30 +0100)
commit3ce1cb7eee70335b6d4f50fadec264473e9566c3
tree5fecc7a1191c86c2b1b67a4f3ee3e9dd6a3f992f
parent8e356858be2989355aafcc96af541fedf9fb486f
perf: Remove unused pointer task_ctx

The pointer task_ctx is being assigned a value that is not read, the
assignment is redundant and so is the pointer. Remove it

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20221028122545.528999-1-colin.i.king@gmail.com
kernel/events/core.c