Remove dead code leftover from r331018.

Sponsored by:	Dell EMC
This commit is contained in:
Bryan Drewery 2020-03-31 01:12:53 +00:00
parent c4ad247b7a
commit adc0388117

View File

@ -2048,8 +2048,6 @@ again:
if (vm_object_reserv(object) &&
(m = vm_reserv_alloc_page(object, pindex, domain, req, mpred)) !=
NULL) {
domain = vm_phys_domain(m);
vmd = VM_DOMAIN(domain);
goto found;
}
#endif
@ -2248,8 +2246,6 @@ again:
if (vm_object_reserv(object) &&
(m_ret = vm_reserv_alloc_contig(object, pindex, domain, req,
mpred, npages, low, high, alignment, boundary)) != NULL) {
domain = vm_phys_domain(m_ret);
vmd = VM_DOMAIN(domain);
goto found;
}
#endif