diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-10-18 00:49:37 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2022-12-07 23:18:29 +0300 |
commit | 610defdccff7b955fe899a825990c2202153a22e (patch) | |
tree | 354fcf951afe77e0e839b01c7acd2e627222cb03 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b3525072835b523b397d459fadd0785d9c24bbd1 (diff) | |
download | linux-610defdccff7b955fe899a825990c2202153a22e.tar.xz |
orangefs: remove redundant assignment to variable buffer_index
The variable buffer_index is assigned a value that is never read,
it is assigned just before the function returns. The assignment is
redundant and can be removed.
Cleans up clang scan build warning:
fs/orangefs/file.c:276:3: warning: Value stored to 'buffer_index'
is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions