]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: remove unused code that causes build failures
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 3 Oct 2014 17:06:33 +0000 (19:06 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 3 Oct 2014 20:43:09 +0000 (22:43 +0200)
commit0186885dac68356711a95838f85cd117451ff9c7
tree6031d4deda01d4cf629c17cb7ecb88be8410b284
parentb90a9a637490acd7f35c6dc52d6e55b5a1054f34
vbox: remove unused code that causes build failures

Since 87dea4fcffb2d1b120e7841adc0e3d8ea97ed777 vboxGetDrivers() is not
used for getting the vbox network driver.  The only call the code does
is using NULL as the @networkDriver_ret param , but the code still used
vbox[0-9][0-9]NetworkDriver that didn't exist anymore.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/vbox/vbox_driver.c