]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virPCIDeviceBindToStub: Remove unused @oldDriverPath and @oldDriverName
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 13 Nov 2013 13:18:09 +0000 (14:18 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 14 Nov 2013 16:44:20 +0000 (17:44 +0100)
commita593675594f2f1a737b9ec9fc5e51bd7831da013
tree765a305f12e5efac9a0cbdfc0ee02747431ec014
parent223ce2f1a3fce6f3aff8d58b8198c090e825b9d9
virPCIDeviceBindToStub: Remove unused @oldDriverPath and @oldDriverName

These two chunks had to be part of df4283a55bf. But for some unclear
reason, the weren't. Anyway, these two variables are not used anywhere
within function. They're initialized to NULL and then VIR_FREE()-d. And
there's no reason do do two NOPs, right?

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virpci.c