提交 32b8a2ad 编写于 作者: M Markus Armbruster

qapi: Drop unused QAPIDoc member optional

Unused since commit aa964b7f "qapi2texi: Convert to QAPISchemaVisitor"
Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
Message-Id: <1490015515-25851-4-git-send-email-armbru@redhat.com>
Reviewed-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
上级 e8ba07ea
...@@ -106,7 +106,6 @@ class QAPIDoc(object): ...@@ -106,7 +106,6 @@ class QAPIDoc(object):
self.name = name self.name = name
# the list of lines for this section # the list of lines for this section
self.content = [] self.content = []
self.optional = False
def append(self, line): def append(self, line):
self.content.append(line) self.content.append(line)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册