diff options
author | Jiapeng Chong <[email protected]> | 2021-04-27 18:24:47 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-04-27 14:14:33 -0700 |
commit | 4db6187d721ed6a30df658da137a12246fe6a1b7 (patch) | |
tree | 69d8e58b423975be40cc86c0530a7162bbbb4ce4 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 733933a9ccb0572c789345845e8a01a61d8de204 (diff) |
rds: Remove redundant assignment to nr_sig
Variable nr_sig is being assigned a value however the assignment is
never read, so this redundant assignment can be removed.
Cleans up the following clang-analyzer warning:
net/rds/ib_send.c:297:2: warning: Value stored to 'nr_sig' is never read
[clang-analyzer-deadcode.DeadStores].
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions