diff options
author | John Hubbard <jhubbard@nvidia.com> | 2017-07-11 01:49:41 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-11 02:32:32 +0300 |
commit | a52149f129bd161818fd7a0b6450aaa30a2cbd77 (patch) | |
tree | 500e355250989f550b7fdb212a400fa137379ebb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | d09b6468824d9e41dc30708475f954e455cf7146 (diff) | |
download | linux-a52149f129bd161818fd7a0b6450aaa30a2cbd77.tar.xz |
mm/memory_hotplug.c: remove unused local zone_type from __remove_zone()
__remove_zone() sets up up zone_type, but never uses it for anything.
This does not cause a warning, due to the (necessary) use of
-Wno-unused-but-set-variable. However, it's noise, so just delete it.
Link: http://lkml.kernel.org/r/20170624043421.24465-2-jhubbard@nvidia.com
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions