qapi: Simplify how QAPISchemaIfCond represents "no condition"
authorMarkus Armbruster <armbru@redhat.com>
Tue, 31 Aug 2021 12:37:59 +0000 (14:37 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 3 Sep 2021 15:09:10 +0000 (17:09 +0200)
commite46c930cdd68a3911ec16bd89379891c5473dd06
treea42c5dc0963cac8abae4501f9208e9eaf3dc8c42
parent1889e57a7140c4f89c8fd9a217f8c3845eb48b5b
qapi: Simplify how QAPISchemaIfCond represents "no condition"

None works fine, there is no need to replace it by {} in .__init__().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210831123809.1107782-3-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
scripts/qapi/common.py
scripts/qapi/schema.py