]> git.ipfire.org Git - thirdparty/qemu.git/commit
qapi: Fold normalize_if() into check_if()
authorMarkus Armbruster <armbru@redhat.com>
Thu, 24 Oct 2019 11:02:32 +0000 (13:02 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 29 Oct 2019 06:35:16 +0000 (07:35 +0100)
commitc145bfda18f63c67f77ecbedbbd5a68fed2c4a4a
tree342b0ccb75ee98ec51e3b52e6c8c9481124be605
parent1192a4862b02b01c77415c3c04b5931e2b0b42bf
qapi: Fold normalize_if() into check_if()

check_if() is always called together with normalize_if().  Fold the
latter into the former.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20191024110237.30963-15-armbru@redhat.com>
scripts/qapi/expr.py