qapi/schema: remove unnecessary asserts
commit8d413dbd5d369edd4b16e341dafbdde843397660
authorJohn Snow <jsnow@redhat.com>
Fri, 15 Mar 2024 15:22:59 +0000 (15 16:22 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 24 Apr 2024 08:03:54 +0000 (24 10:03 +0200)
tree422f08c7933b5e4637c2264cd489fa6cdc0008c9
parentaa1fed9f54e11ae3e923bc12affbbcb31b997c76
qapi/schema: remove unnecessary asserts

With strict typing enabled, these runtime statements aren't necessary
anymore; we can prove them statically.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240315152301.3621858-24-armbru@redhat.com>
scripts/qapi/schema.py