Skip to content
Commit 8ca5d264 authored by Colin Ian King's avatar Colin Ian King Committed by Steve French
Browse files

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: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 84e9a2d5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment