X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=scripts%2Fqapi.py;h=6c4d554165632b8ef1ae3712102e0b058b56db0e;hb=32b8a2ad618b20ff9eb3ac9ce0418a9239916571;hp=e88c047c2e1f43ce399ed5db4abb8ba5a79a2798;hpb=e8ba07ea9af6e71d6b1d946df7bcc5f5d6b0d22f;p=mirror_qemu.git 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)