aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2023-08-18 14:55:25 +0100
committerDavid Sterba <[email protected]>2023-10-12 16:44:19 +0200
commita666ce9babf2e3ade3809163ccc81d5805bb503b (patch)
treecf587b655ed9192d0fa09d8d747bab7358e7303e /scripts/generate_rust_analyzer.py
parentf3623740068e548b7c6fdb42171c118189d0e03f (diff)
btrfs: remove redundant initialization of variable dirty in btrfs_update_time()
The variable dirty is initialized with a value that is never read, it is being re-assigned later on. Remove the redundant initialization. Cleans up clang scan build warning: fs/btrfs/inode.c:5965:7: warning: Value stored to 'dirty' during its initialization is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions