diff options
author | Colin Ian King <[email protected]> | 2024-02-21 11:52:03 +0000 |
---|---|---|
committer | Kent Overstreet <[email protected]> | 2024-03-13 21:22:25 -0400 |
commit | 150194cdcb6b4305be41cd8af7a42dd2d1457ae1 (patch) | |
tree | 72e274d04603a38f099f9dbae860f3263d526bf0 /scripts/rustdoc_test_builder.rs | |
parent | c7cad231e83606a3ad627d5c4503272435c962a4 (diff) |
bcachefs: remove redundant assignment to variable ret
Variable ret is being assigned a value that is never read, it is
being re-assigned a couple of statements later on. The assignment
is redundant and can be removed.
Cleans up clang scan build warning:
fs/bcachefs/super-io.c:806:2: warning: Value stored to 'ret' is
never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Kent Overstreet <[email protected]>
Diffstat (limited to 'scripts/rustdoc_test_builder.rs')
0 files changed, 0 insertions, 0 deletions