qapi: qapi-commands.py option --type is unused, drop it
commit72aaa73a4acef06bfaed750064c40a597f0cf745
authorMarkus Armbruster <armbru@redhat.com>
Thu, 2 Apr 2015 09:41:22 +0000 (2 11:41 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 14 May 2015 16:37:14 +0000 (14 18:37 +0200)
treee02a93076078159dc332d6af174f48b7525aa183
parentc70cef5bd48c7be603f75a7b5346db032a31b470
qapi: qapi-commands.py option --type is unused, drop it

Anything but --type sync (which is the default) suppresses output
entirely, which makes no sense.

Dates back to the initial commit c17d990.  Commit message says
"Currently only generators for synchronous qapi/qmp functions are
supported", so maybe output other than "synchronous qapi/qmp" was
planned at the time, to be selected with --type.

Should other kinds of output ever materialize, we can put the option
back.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
scripts/qapi-commands.py