]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: tpm: remove unused pidfile variable
authorJán Tomko <jtomko@redhat.com>
Fri, 31 Jan 2020 23:07:44 +0000 (00:07 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Feb 2020 18:44:39 +0000 (19:44 +0100)
commit9994bee5f20865a3cc6464b7222054ae2ff75efb
treeab4133382a31af93d45c9eb9090c91061aba43dd
parent0a125c714468327de3042d11194565bb356185d0
qemu: tpm: remove unused pidfile variable

qemuExtTPMSetupCgroup declares pidfile but never uses it.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_tpm.c