提交 1e414679 编写于 作者: B bellard

removed unused code


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3609 c046a42c-6fe2-441c-8c8c-71466251a162
上级 459a4017
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册