mirror of https://gitee.com/openkylin/libvirt.git
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