diff options
author | Markus Armbruster <armbru@redhat.com> | 2017-03-20 14:11:52 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-03-21 10:42:49 +0100 |
commit | 32b8a2ad618b20ff9eb3ac9ce0418a9239916571 (patch) | |
tree | 34cca5f86d78d7bcccf271b8fa0990269bac1397 /scripts | |
parent | e8ba07ea9af6e71d6b1d946df7bcc5f5d6b0d22f (diff) |
qapi: Drop unused QAPIDoc member optional
Unused since commit aa964b7 "qapi2texi: Convert to QAPISchemaVisitor"
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1490015515-25851-4-git-send-email-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/qapi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/qapi.py b/scripts/qapi.py index e88c047c2e..6c4d554165 100644 --- a/scripts/qapi.py +++ b/scripts/qapi.py @@ -106,7 +106,6 @@ class QAPIDoc(object): self.name = name # the list of lines for this section self.content = [] - self.optional = False def append(self, line): self.content.append(line) |