diff options
author | 2024-01-16 10:51:34 +0000 | |
---|---|---|
committer | 2024-01-16 17:19:46 -0600 | |
commit | 8ca5d2641be217a78a891d4dbe2a46232d1d8eb9 (patch) | |
tree | 5b70f0d37cf512cbffb684fc8abe15f94ab067be /scripts/gdb/linux/utils.py | |
parent | Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6 (diff) | |
download | linux-rng-8ca5d2641be217a78a891d4dbe2a46232d1d8eb9.tar.xz linux-rng-8ca5d2641be217a78a891d4dbe2a46232d1d8eb9.zip |
cifs: remove redundant variable tcon_exist
The variable tcon_exist is being assigned however it is never read, the
variable is redundant and can be removed.
Cleans up clang scan build warning:
warning: Although the value stored to 'tcon_exist' is used in
the enclosing expression, the value is never actually readfrom
'tcon_exist' [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions