mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Delete unused variable.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5144 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f0413473ff
commit
04ba529f81
1 changed files with 0 additions and 1 deletions
1
vl.c
1
vl.c
|
@ -5792,7 +5792,6 @@ static int usb_device_add(const char *devname)
|
||||||
{
|
{
|
||||||
const char *p;
|
const char *p;
|
||||||
USBDevice *dev;
|
USBDevice *dev;
|
||||||
USBPort *port;
|
|
||||||
|
|
||||||
if (!free_usb_ports)
|
if (!free_usb_ports)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue