From: Christoph Lameter Remove unused leftover variable. Signed-off-by: Christoph Lameter Cc: Mel Gorman Cc: Martin Bligh Signed-off-by: Andrew Morton --- mm/page_alloc.c | 1 - 1 file changed, 1 deletion(-) diff -puN mm/page_alloc.c~page-allocator-get-rid-of-the-list-of-cold-pages-fix mm/page_alloc.c --- a/mm/page_alloc.c~page-allocator-get-rid-of-the-list-of-cold-pages-fix +++ a/mm/page_alloc.c @@ -890,7 +890,6 @@ static void drain_pages(unsigned int cpu { unsigned long flags; struct zone *zone; - int i; for_each_zone(zone) { struct per_cpu_pageset *pset; _