qmp-commands: remove query-qmp-schema from txt

It's better described in the schema already.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Marc-André Lureau 2016-09-25 13:07:38 +04:00 committed by Markus Armbruster
parent c08d64434a
commit add1d10065
1 changed files with 0 additions and 12 deletions

View File

@ -107,15 +107,3 @@ Example:
<- { "return": {} }
Note: This command must be issued before issuing any other command.
3. Query Commands
=================
query-qmp-schema
----------------
Return the QMP wire schema. The returned value is a json-array of
named schema entities. Entities are commands, events and various
types. See docs/qapi-code-gen.txt for information on their structure
and intended use.