mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Ifdef out the unused vm_rr_selectdomain().
MFC after: 2 weeks Sponsored by: DARPA, AFRL
This commit is contained in:
parent
75429a15dd
commit
a6b15641d6
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue