diff options
author | Colin Ian King <[email protected]> | 2022-05-17 10:36:46 +0100 |
---|---|---|
committer | akpm <[email protected]> | 2022-05-19 14:10:31 -0700 |
commit | 69bc169ec33f101fe6d296976aaa34f51edbaa9e (patch) | |
tree | fd775b8ab33695a602f272a8be871f7a79f486e3 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 1213375077451337c2381a8b5b88502a3fc394a2 (diff) |
fs/ntfs: remove redundant variable idx
The variable idx is assigned a value and is never read. The variable is
not used and is redundant, remove it.
Cleans up clang scan build warning:
warning: Although the value stored to 'idx' is used in the enclosing
expression, the value is never actually read from 'idx'
[deadcode.DeadStores]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Anton Altaparmakov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions