Commit 1e4146791b46f0a798589c58a09f18b2841a9212
1 parent
459a4017
removed unused code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3609 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
hw/usb-uhci.c
... | ... | @@ -148,6 +148,7 @@ static void uhci_reset(UHCIState *s) |
148 | 148 | } |
149 | 149 | } |
150 | 150 | |
151 | +#if 0 | |
151 | 152 | static void uhci_save(QEMUFile *f, void *opaque) |
152 | 153 | { |
153 | 154 | UHCIState *s = opaque; |
... | ... | @@ -199,6 +200,7 @@ static int uhci_load(QEMUFile *f, void *opaque, int version_id) |
199 | 200 | |
200 | 201 | return 0; |
201 | 202 | } |
203 | +#endif | |
202 | 204 | |
203 | 205 | static void uhci_ioport_writeb(void *opaque, uint32_t addr, uint32_t val) |
204 | 206 | { | ... | ... |