[libvirt] [PATCH] qemu: domain: Drop declaration of qemuDomainDefValidateDisk

Peter Krempa posted 1 patch 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/9f7373e8c1d3a047a04e0ed59ff4d00864e61089.1521813817.git.pkrempa@redhat.com
Test syntax-check passed
src/qemu/qemu_domain.h | 3 ---
1 file changed, 3 deletions(-)
[libvirt] [PATCH] qemu: domain: Drop declaration of qemuDomainDefValidateDisk
Posted by Peter Krempa 6 years ago
There is no such function in our code. Commit abca72faa49 added it
spuriously.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---

Pushed as trivial.

 src/qemu/qemu_domain.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/qemu/qemu_domain.h b/src/qemu/qemu_domain.h
index 6d3e6eb5e3..63d9fb6d21 100644
--- a/src/qemu/qemu_domain.h
+++ b/src/qemu/qemu_domain.h
@@ -888,9 +888,6 @@ bool qemuDomainVcpuHotplugIsInOrder(virDomainDefPtr def)
 void qemuDomainVcpuPersistOrder(virDomainDefPtr def)
     ATTRIBUTE_NONNULL(1);

-int qemuDomainDefValidateDisk(const virDomainDiskDef *disk,
-                              virQEMUCapsPtr qemuCaps);
-
 int qemuDomainCheckMonitor(virQEMUDriverPtr driver,
                            virDomainObjPtr vm,
                            qemuDomainAsyncJob asyncJob);
-- 
2.16.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list