Monitor: Drop is_async_return()
commitd4551293d68a1876df87400be6c71c657756d0bb
authorLuiz Capitulino <lcapitulino@redhat.com>
Wed, 15 Sep 2010 19:56:48 +0000 (15 16:56 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Fri, 1 Oct 2010 13:20:06 +0000 (1 10:20 -0300)
treed57fcafefa557f4419e36c7a3412ffb590e68422
parent1dcbd6f6b79d5cae4d11572ce945653ca93291cc
Monitor: Drop is_async_return()

If I understood it correcty, the is_async_return() logic was only
used to prevent QMP from issuing duplicated success responses
for asynchronous handlers.

However, QMP doesn't use do_info() anymore so this is dead logic
and (hopefully) can be safely dropped.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
monitor.c