mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
qemu: remove comments for qemuDomainSecret.*Destroy functions
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>
This commit is contained in:
parent
ca13c64868
commit
900aae2c77
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user