]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: remove comments for qemuDomainSecret.*Destroy functions
authorJán Tomko <jtomko@redhat.com>
Tue, 15 Jan 2019 13:19:07 +0000 (14:19 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 16 Jan 2019 07:34:01 +0000 (08:34 +0100)
These all contain the same copy and pasted '@disk' error,
and only repeat the list of arguments.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain.c

index ec6b34030863859b6521e385ac1fe63efac3ecce..6f5e3bd826e828c0e5fb93ec5c5fb9e964c6719f 100644 (file)
@@ -1475,11 +1475,6 @@ qemuDomainSecretInfoTLSNew(qemuDomainObjPrivatePtr priv,
 }
 
 
-/* qemuDomainSecretDiskDestroy:
- * @disk: Pointer to a disk definition
- *
- * Clears unnecessary data associated with disk secret objects.
- */
 void
 qemuDomainSecretDiskDestroy(virDomainDiskDefPtr disk)
 {
@@ -1590,11 +1585,6 @@ qemuDomainSecretStorageSourcePrepare(qemuDomainObjPrivatePtr priv,
 }
 
 
-/* qemuDomainSecretHostdevDestroy:
- * @disk: Pointer to a hostdev definition
- *
- * Clear and destroy memory associated with the secret
- */
 void
 qemuDomainSecretHostdevDestroy(virDomainHostdevDefPtr hostdev)
 {
@@ -1642,11 +1632,6 @@ qemuDomainSecretHostdevPrepare(qemuDomainObjPrivatePtr priv,
 }
 
 
-/* qemuDomainSecretChardevDestroy:
- * @disk: Pointer to a chardev definition
- *
- * Clear and destroy memory associated with the secret
- */
 void
 qemuDomainSecretChardevDestroy(virDomainChrSourceDefPtr dev)
 {