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:
parent
47f47ad53f
commit
1fc8c9165a
1 changed files with 0 additions and 6 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue