diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-11 19:46:37 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-11 19:46:37 +0000 |
commit | 1e4146791b46f0a798589c58a09f18b2841a9212 (patch) | |
tree | b2b0aa6ed5aa4880fe413e3d649027beec43c64a /hw/usb-uhci.c | |
parent | 459a40172e7ee1be269771c355dbb3ef3c3903db (diff) |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c index 95dd4a0cd2..26a0795009 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) { |