diff options
author | Colin Ian King <[email protected]> | 2019-11-28 13:07:53 +0000 |
---|---|---|
committer | Daniel Thompson <[email protected]> | 2020-01-31 17:34:06 +0000 |
commit | a4f8a7fb1963bc02fbd40a0a28e128bb56d2fcc9 (patch) | |
tree | 9f82566308a8765e43901cf9e75acb09372aa62f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | bbfceba15f8d1260c328a254efc2b3f2deae4904 (diff) |
kdb: remove redundant assignment to pointer bp
The point bp is assigned a value that is never read, it is being
re-assigned later to bp = &kdb_breakpoints[lowbp] in a for-loop.
Remove the redundant assignment.
Addresses-Coverity ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Daniel Thompson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions