From a1685193bc202f507080d77ca9009789c66c0b35 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 29 Sep 2012 22:28:00 +0000 Subject: [PATCH] Eliminate an unused declaration. --- sys/arm/include/pmap.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h index f8a5f44b0db1..e20bf183f851 100644 --- a/sys/arm/include/pmap.h +++ b/sys/arm/include/pmap.h @@ -616,8 +616,6 @@ void pmap_use_minicache(vm_offset_t, vm_size_t); void vector_page_setprot(int); -void pmap_update(pmap_t); - /* * This structure is used by machine-dependent code to describe * static mappings of devices, created at bootstrap time.