Ifdef out the unused vm_rr_selectdomain().

MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
trasz 2017-02-02 17:44:55 +00:00
parent e68c1c3487
commit 09059e926a

View File

@ -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.