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