diff options
author | 2023-01-05 13:41:11 +0000 | |
---|---|---|
committer | 2023-01-10 15:31:08 -0600 | |
commit | 2f57e4464cddfceda850ae4224779d11b6eb171f (patch) | |
tree | 00589b4bdee7bfa17a56a7995466819e77d2d187 /scripts/generate_rust_analyzer.py | |
parent | cifs: fix file info setting in cifs_open_file() (diff) | |
download | wireguard-linux-2f57e4464cddfceda850ae4224779d11b6eb171f.tar.xz wireguard-linux-2f57e4464cddfceda850ae4224779d11b6eb171f.zip |
cifs: remove redundant assignment to the variable match
The variable match is being assigned a value that is never read, it
is being re-assigned a new value later on. The assignment is redundant
and can be removed.
Cleans up clang scan-build warning:
fs/cifs/dfs_cache.c:1302:2: warning: Value stored to 'match' is never read
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions