vmm: drop two unused errors

Their last users were gone in af3c6c34c3.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu 2021-02-08 14:36:18 +00:00 committed by Rob Bradford
parent 47f47ad53f
commit 1fc8c9165a

View File

@ -348,15 +348,9 @@ pub enum DeviceManagerError {
/// Could not find the node in the device tree.
MissingNode,
/// Could not find a MMIO range.
MmioRangeAllocation,
/// Resource was already found.
ResourceAlreadyExists,
/// Expected resources for virtio-mmio could not be found.
MissingVirtioMmioResources,
/// Expected resources for virtio-pci could not be found.
MissingVirtioPciResources,