From a6b15641d66580c4f053df308e3345848e3891ea Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Thu, 2 Feb 2017 17:44:55 +0000 Subject: Ifdef out the unused vm_rr_selectdomain(). MFC after: 2 weeks Sponsored by: DARPA, AFRL --- sys/vm/vm_phys.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/vm/vm_phys.c') diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c index c7299b632f15..7150c63d31c9 100644 --- a/sys/vm/vm_phys.c +++ b/sys/vm/vm_phys.c @@ -270,6 +270,7 @@ vm_phys_fictitious_cmp(struct vm_phys_fictitious_seg *p1, (uintmax_t)p1->end, (uintmax_t)p2->start, (uintmax_t)p2->end); } +#ifdef notyet static __inline int vm_rr_selectdomain(void) { @@ -285,6 +286,7 @@ vm_rr_selectdomain(void) return (0); #endif } +#endif /* notyet */ /* * Initialise a VM domain iterator. -- cgit v1.2.3