mirror of https://github.com/xemu-project/xemu.git
tools: Remove unused cur_mon from qemu-tool.c
This commit is contained in:
parent
d9346e81de
commit
070a2f819a
|
@ -33,8 +33,6 @@ void qemu_service_io(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
Monitor *cur_mon;
|
|
||||||
|
|
||||||
void monitor_printf(Monitor *mon, const char *fmt, ...)
|
void monitor_printf(Monitor *mon, const char *fmt, ...)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue