QMP: Drop old client argument checker
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 28 May 2010 20:24:49 +0000 (17:24 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 1 Jul 2010 17:27:13 +0000 (14:27 -0300)
commit1e091f7712a52dd4aac418fdb8f7087231d9e96b
treeef86a7c62cf2174d6f23ba37967a64becf96cfb6
parent9061d4e8c7e71a4d5e66905a62983d902a747553
QMP: Drop old client argument checker

Previous two commits added qmp_check_client_args(), which
fully replaces this code and is way better.

It's important to note that the new checker doesn't support
the '/' arg type. As we don't have any of those handlers
converted to QMP, this is just dead code.

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