aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2021-12-07 22:47:18 +0000
committerAndrii Nakryiko <[email protected]>2021-12-09 07:14:12 +0000
commit73b6eae583f44e278e19489a411f9c1e22d530fc (patch)
treecdeed449e51a4adec325005eb11167c0b39832b9 /tools/lib/bpf/libbpf.c
parentselftests/bpf: Fix a compilation warning (diff)
downloadkernel-73b6eae583f44e278e19489a411f9c1e22d530fc.tar.gz
kernel-73b6eae583f44e278e19489a411f9c1e22d530fc.zip
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 <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/lib/bpf/libbpf.c')
0 files changed, 0 insertions, 0 deletions