projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ba07e
)
qapi: Drop unused QAPIDoc member optional
author
Markus Armbruster
<armbru@redhat.com>
Mon, 20 Mar 2017 13:11:52 +0000
(14:11 +0100)
committer
Markus Armbruster
<armbru@redhat.com>
Tue, 21 Mar 2017 09:42:49 +0000
(10:42 +0100)
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>
scripts/qapi.py
patch
|
blob
|
history
diff --git
a/scripts/qapi.py
b/scripts/qapi.py
index e88c047c2e1f43ce399ed5db4abb8ba5a79a2798..6c4d554165632b8ef1ae3712102e0b058b56db0e 100644
(file)
--- 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)