diff options
author | Mateusz Nosek <[email protected]> | 2020-10-13 16:55:42 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-10-13 18:38:33 -0700 |
commit | b630749f018c39f68e6ba0db95ac1cbd66cf0cbb (patch) | |
tree | 2bab7580a1f061b3360f5aba37443ac237af20cf /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 6a654e36fa51a4ae1f109b0b30a23d3f097b3d8a (diff) |
mm/page_alloc.c: clean code by removing unnecessary initialization
Previously variable 'tmp' was initialized, but was not read later before
reassigning. So the initialization can be removed.
[[email protected]: remove `tmp' altogether]
Signed-off-by: Mateusz Nosek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Link: https://lkml.kernel.org/r/[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