diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-10-24 13:02:31 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-10-29 07:35:16 +0100 |
commit | 1192a4862b02b01c77415c3c04b5931e2b0b42bf (patch) | |
tree | 43a66aaf433807533d0821a02661f73f73409f54 /rules.mak | |
parent | a710e1c8c3f1c0dda45608927d6f9cedd898c0d2 (diff) |
qapi: Eliminate .check_doc() overrides
All sub-classes of QAPISchemaEntity now override .check_doc() the same
way, except for QAPISchemaType and and QAPISchemaArrayType.
Put the overrides' code in QAPISchemaEntity.check_doc(), and drop the
overrides. QAPISchemaType doesn't care because it's abstract.
QAPISchemaArrayType doesn't care because its .doc is always None.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20191024110237.30963-14-armbru@redhat.com>
Diffstat (limited to 'rules.mak')
0 files changed, 0 insertions, 0 deletions