]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Suppress a GCC warning about unused function
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 25 Oct 2008 11:26:41 +0000 (11:26 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 25 Oct 2008 11:26:41 +0000 (11:26 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5534 c046a42c-6fe2-441c-8c8c-71466251a162

vl.c

diff --git a/vl.c b/vl.c
index b96735e267b34ebb2b810cd9c67a353a205cb7f4..0ca71519b5bc7262f0e8b00d832f251cf58dde79 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -5361,6 +5361,7 @@ void do_info_network(void)
 static int nb_hcis;
 static int cur_hci;
 static struct HCIInfo *hci_table[MAX_NICS];
+#if 0
 static struct bt_vlan_s {
     struct bt_scatternet_s net;
     int id;
@@ -5383,6 +5384,7 @@ static struct bt_scatternet_s *qemu_find_bt_vlan(int id)
     *pvlan = vlan;
     return &vlan->net;
 }
+#endif
 
 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len)
 {