[Qemu-devel] [PULL for-2.9 08/17] qapi: Drop unused QAPIDoc member optional

Markus Armbruster posted 17 patches 8 years, 10 months ago
There is a newer version of this series
[Qemu-devel] [PULL for-2.9 08/17] qapi: Drop unused QAPIDoc member optional
Posted by Markus Armbruster 8 years, 10 months ago
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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/qapi.py b/scripts/qapi.py
index e88c047..6c4d554 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)
-- 
2.7.4