aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/qmp-commands.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 715b9231fd..3613cbfa5b 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -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.