diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-08-17 19:08:42 +0200 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2021-08-17 23:09:12 +0200 |
commit | 8cacfc85b615cc0bae01241593c4b25da6570efc (patch) | |
tree | 8aa0673e7d74df525a294d69190736e3cc87e94b /Documentation/bpf | |
parent | Merge branch 'selftests/bpf: fix flaky send_signal test' (diff) | |
download | linux-8cacfc85b615cc0bae01241593c4b25da6570efc.tar.xz linux-8cacfc85b615cc0bae01241593c4b25da6570efc.zip |
bpf: Remove redundant initialization of variable allow
The variable allow is being initialized with a value that is never read, it
is being updated later on. The assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210817170842.495440-1-colin.king@canonical.com
Diffstat (limited to 'Documentation/bpf')
0 files changed, 0 insertions, 0 deletions