diff options
| author | Colin Ian King <[email protected]> | 2023-09-12 13:37:40 +0100 |
|---|---|---|
| committer | Kent Overstreet <[email protected]> | 2023-10-22 17:10:12 -0400 |
| commit | 7cb0e6992e5c56c2751e08c8161203ba0566f510 (patch) | |
| tree | 097b03186540f182fd443631e3545d48704f4aae /tools/perf/scripts/python/stackcollapse.py | |
| parent | feb5cc398120ce09fd7c72d361b3d14d9e280b96 (diff) | |
bcachefs: remove redundant initialization of pointer d
The pointer d is being initialized with a value that is never read,
it is being re-assigned later on when it is used in a for-loop.
The initialization is redundant and can be removed.
Cleans up clang-scan build warning:
fs/bcachefs/buckets.c:1303:25: warning: Value stored to 'd' during its
initialization is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Kent Overstreet <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions