From 8250c8e42310cb39ceb6ae425bc8546208733e99 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Jan 2020 20:17:35 +0900 Subject: Removed explicit usage of the 'register' keyword. Signed-off-by: Michele Calgaro --- kcontrol/info/memory_tru64.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcontrol/info') diff --git a/kcontrol/info/memory_tru64.cpp b/kcontrol/info/memory_tru64.cpp index 667ffbcca..c3cbb2fae 100644 --- a/kcontrol/info/memory_tru64.cpp +++ b/kcontrol/info/memory_tru64.cpp @@ -30,7 +30,7 @@ extern "C" void vm_statistics(task_t, vm_statistics_data_t*); void KMemoryWidget::update() { int pageshift; /* log base 2 of the pagesize */ - register int pagesize; + int pagesize; vm_statistics_data_t vmstats; int swap_pages=0,swap_free=0,i; struct tbl_swapinfo swbuf; -- cgit v1.2.1