4629ed1e98
Remove it except for two things in qerror.h: * Two #include to be cleaned up separately to avoid cluttering this patch. * The QERR_ macros. Mark as obsolete. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
10 lines
126 B
C
10 lines
126 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
Monitor *cur_mon;
|
|
|
|
bool monitor_cur_is_qmp(void)
|
|
{
|
|
return false;
|
|
}
|