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>
This commit is contained in:
parent
e8ba07ea9a
commit
32b8a2ad61
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user