diff options
| author | 2021-12-30 18:59:00 +0300 | |
|---|---|---|
| committer | 2022-06-07 19:40:24 +0300 | |
| commit | 560e613352b4a65c5c397e689a997fb04bd5f928 (patch) | |
| tree | 7d02149ab50fbf34ddcc80bf44fc2d628f155b77 /tools/perf/scripts/python/ssh:/git@git.zx2c4.com | |
| parent | fs/ntfs3: Remove a useless test (diff) | |
| download | linux-dev-560e613352b4a65c5c397e689a997fb04bd5f928.tar.xz linux-dev-560e613352b4a65c5c397e689a997fb04bd5f928.zip | |
fs/ntfs3: Remove redundant assignment to variable frame
Variable frame is assigned a value that is never read. The
assignment is redundant and can be removed. Cleans up the
clang-scan build warning:
fs/ntfs3/file.c:995:3: warning: Value stored to 'frame' is
never read [deadcode.DeadStores]
frame = pos >> frame_bits;
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'tools/perf/scripts/python/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
