Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit dfbf0ee0 authored by Colin Ian King's avatar Colin Ian King Committed by Steve French
Browse files

smb: client: remove redundant pointer 'server'


The pointer 'server' is assigned but never read, the pointer is
redundant and can be removed. Cleans up clang scan build warning:

fs/smb/client/dfs.c:217:3: warning: Value stored to 'server' is
never read [deadcode.DeadStores]

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent ff7d80a9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment