]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: Drop useless gen_err_check()
authorEric Blake <eblake@redhat.com>
Thu, 14 Jul 2016 03:50:17 +0000 (21:50 -0600)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 19 Jul 2016 11:21:08 +0000 (13:21 +0200)
commitfa274ed6fb788866ed3a2cfd54a2ddf78f04f2c0
treea68c8e3cf3482573f6deb33e5653f00374cc8117
parentb6167706829c6e0d3572daa2b6769594ced276f7
qapi: Drop useless gen_err_check()

Ever since commit 12f254f removed the last parameterization
of gen_err_check(), it no longer makes sense to hide the three
lines of generated C code behind a macro call. Just inline it
into the remaining users.

No change to generated code.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1468468228-27827-7-git-send-email-eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
scripts/qapi-commands.py
scripts/qapi-visit.py
scripts/qapi.py