Skip to content

Commit

Permalink
libvirtApi remove use of interfaceGetAll
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Aug 22, 2024
1 parent 0cd2a4d commit 8e8cf7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libvirtApi/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ import {
Enum,
timeout,
} from "../libvirtApi/helpers.js";
import {
interfaceGetAll,
} from "../libvirtApi/interface.js";
import {
networkGet,
networkGetAll,
Expand Down Expand Up @@ -455,7 +452,6 @@ export function getApiData({ connectionName }) {
return Promise.allSettled([
domainGetAll({ connectionName }),
storagePoolGetAll({ connectionName }),
interfaceGetAll({ connectionName }),
networkGetAll({ connectionName }),
nodeDeviceGetAll({ connectionName }),
getNodeMaxMemory({ connectionName }),
Expand Down

0 comments on commit 8e8cf7d

Please sign in to comment.