Skip to content
Snippets Groups Projects
Commit 6e2e12a7 authored by Markus Armbruster's avatar Markus Armbruster
Browse files

tests-qmp-cmds: Drop unused and incorrect qmp_TestIfCmd()


Commit 967c8851 "qapi: add 'if' to top-level expressions" added
command TestIfCmd with an 'if' condition.  It also added the
qmp_TestIfCmd() to go with it, guarded by the corresponding #if.
Commit ccadd6bc "qapi: Add 'if' to implicit struct members" changed
the command, but not the function.  Compiles only because we don't
satisfy the #if.  Instead of fixing the function, simply drop it.

Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
Message-Id: <20210323094025.3569441-22-armbru@redhat.com>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
parent b48a1033
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment