diff options
| author | Colin Ian King <[email protected]> | 2023-09-12 13:37:44 +0100 |
|---|---|---|
| committer | Kent Overstreet <[email protected]> | 2023-10-22 17:10:13 -0400 |
| commit | 74c1e4221b6630e864d1efe4e718538dcee5d816 (patch) | |
| tree | 824036dff4991b66faba2835379614c6428c32c9 /tools/perf/scripts/python/task-analyzer.py | |
| parent | 2a831e4ba9b09e1b30384b65eca7c2ac33aa69b2 (diff) | |
bcachefs: remove redundant pointer q
The pointer q is being assigned a value but it is never read. The
assignment and pointer are redundant and can be removed.
Cleans up clang scan build warning:
fs/bcachefs/quota.c:813:2: warning: Value stored to 'q' 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/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions