diff options
author | Colin Ian King <[email protected]> | 2022-01-14 14:08:53 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2022-01-15 16:30:31 +0200 |
commit | f1e8db04b68cc56edc5baee5c7cb1f9b79c3da7e (patch) | |
tree | 82f93bd0b580d7bd42d6b248d31283caa5bcae96 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | dcee9bf5bf2f59c173f3645ac2274595ac6c6aea (diff) |
mm/migrate: remove redundant variables used in a for-loop
The variable addr is being set and incremented in a for-loop but not
actually being used. It is redundant and so addr and also variable
start can be removed.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions