mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 22:55:23 +00:00
Remove unused qemuProcessAutoDestroyRun decl from header
The qemuProcessAutoDestroyRun function was removed in an earlier commit, but the header file declaration was not deleted
This commit is contained in:
parent
9700ca82fe
commit
5f2f8d4180
@ -88,8 +88,6 @@ int qemuProcessKill(struct qemud_driver *driver,
|
||||
virDomainObjPtr vm, unsigned int flags);
|
||||
|
||||
int qemuProcessAutoDestroyInit(struct qemud_driver *driver);
|
||||
void qemuProcessAutoDestroyRun(struct qemud_driver *driver,
|
||||
virConnectPtr conn);
|
||||
void qemuProcessAutoDestroyShutdown(struct qemud_driver *driver);
|
||||
int qemuProcessAutoDestroyAdd(struct qemud_driver *driver,
|
||||
virDomainObjPtr vm,
|
||||
|
Loading…
Reference in New Issue
Block a user