]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Remove unused qemuProcessAutostartAll
authorJohn Ferlan <jferlan@redhat.com>
Thu, 11 Oct 2018 22:26:00 +0000 (18:26 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 11 Oct 2018 22:26:00 +0000 (18:26 -0400)
The function was never defined in source, just the protoype.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_process.h

index c2f7c2b5d2bbd92b1489e3899c1f73fd78f0796c..2037467c94624d6c00030f5dee7c62d929c801e1 100644 (file)
@@ -47,7 +47,6 @@ int qemuProcessDestroyMemoryBackingPath(virQEMUDriverPtr driver,
                                         virDomainObjPtr vm,
                                         virDomainMemoryDefPtr mem);
 
-void qemuProcessAutostartAll(virQEMUDriverPtr driver);
 void qemuProcessReconnectAll(virQEMUDriverPtr driver);
 
 typedef struct _qemuProcessIncomingDef qemuProcessIncomingDef;