diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2021-12-08 01:47:18 +0300 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2021-12-09 10:14:12 +0300 |
commit | 73b6eae583f44e278e19489a411f9c1e22d530fc (patch) | |
tree | cdeed449e51a4adec325005eb11167c0b39832b9 /samples/bpf/map_perf_test_kern.c | |
parent | b540358e6c4d86eb450f3539aea198653e656641 (diff) | |
download | linux-73b6eae583f44e278e19489a411f9c1e22d530fc.tar.xz |
bpf: Remove redundant assignment to pointer t
The pointer t is being initialized with a value that is never read. The
pointer is re-assigned a value a littler later on, hence the initialization
is redundant and can be removed.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211207224718.59593-1-colin.i.king@gmail.com
Diffstat (limited to 'samples/bpf/map_perf_test_kern.c')
0 files changed, 0 insertions, 0 deletions