]> git.proxmox.com Git - mirror_qemu.git/commit
monitor: drop unused monitor debug code
authorLuiz Capitulino <lcapitulino@redhat.com>
Thu, 19 Jul 2012 22:34:38 +0000 (19:34 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 13 Aug 2012 16:19:14 +0000 (13:19 -0300)
commit74ee59a825f9c0e6b5a95bea3b7ac4627526f42d
tree0c6ea0834e5a07eed2223095591d088ef01f1eba
parent33e95c6328a3149a52615176617997c4f8f7088b
monitor: drop unused monitor debug code

In the old QMP days, this code was used to find out QMP commands that
might be calling monitor_printf() down its call chain.

This is almost impossible to happen today, because the qapi converted
commands don't even have a monitor object. Besides, it's been more than
a year since I used this last time.

Let's just drop it.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
configure
monitor.c