summaryrefslogtreecommitdiffstats
path: root/hw/usb-uhci.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-11 19:46:37 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-11 19:46:37 +0000
commit1e4146791b46f0a798589c58a09f18b2841a9212 (patch)
treeb2b0aa6ed5aa4880fe413e3d649027beec43c64a /hw/usb-uhci.c
parent459a40172e7ee1be269771c355dbb3ef3c3903db (diff)
downloadhqemu-1e4146791b46f0a798589c58a09f18b2841a9212.zip
hqemu-1e4146791b46f0a798589c58a09f18b2841a9212.tar.gz
removed unused code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3609 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/usb-uhci.c')
-rw-r--r--hw/usb-uhci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c
index 95dd4a0..26a0795 100644
--- a/hw/usb-uhci.c
+++ b/hw/usb-uhci.c
@@ -148,6 +148,7 @@ static void uhci_reset(UHCIState *s)
}
}
+#if 0
static void uhci_save(QEMUFile *f, void *opaque)
{
UHCIState *s = opaque;
@@ -199,6 +200,7 @@ static int uhci_load(QEMUFile *f, void *opaque, int version_id)
return 0;
}
+#endif
static void uhci_ioport_writeb(void *opaque, uint32_t addr, uint32_t val)
{
OpenPOWER on IntegriCloud