]> git.ipfire.org Git - thirdparty/libvirt.git/commit
testutils: Remove unneeded variable
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 21 Jul 2017 06:11:56 +0000 (08:11 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 24 Jul 2017 13:49:54 +0000 (15:49 +0200)
commit64bebb2ba4033a3a1d9b040f9db560d84cb6ac10
treeed4c152baa1f41d45b1a6521f639d66c8b10ceb0
parent1cb188de70d064bde16f514a41f1787df3f1a7fe
testutils: Remove unneeded variable

virDomainXMLOptionNew() gladly accepts NULL and it is used in some
drivers.  There is no need for additional variable with no members set

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
tests/testutils.c