]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove a redundant function call from qemuDomainGetPerfEvents
authorIlias Stamatis <stamatis.iliass@gmail.com>
Mon, 1 Jul 2019 14:15:00 +0000 (16:15 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 3 Jul 2019 07:57:30 +0000 (09:57 +0200)
commit13a7d75835ea2f65d76752f4af70a983b1aae467
tree08b58af9165785fbd450bc4d4ef42e403669c53e
parent9f95552d17f43ebbdb3ba110a78e31f1147c8f3a
qemu: Remove a redundant function call from qemuDomainGetPerfEvents

Calling virDomainObjUpdateModificationImpact directly inside the
function body is redundant, since the same function call is embedded
into virDomainObjGetOneDef.

Signed-off-by: Ilias Stamatis <stamatis.iliass@gmail.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/qemu/qemu_driver.c