----- Original Message -----
> Unused since commit aa964b7 "qapi2texi: Convert to QAPISchemaVisitor"
> 
> Signed-off-by: Markus Armbruster <arm...@redhat.com>

Reviewed-by: Marc-André Lureau <marcandre.lur...@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
> 
> 

Reply via email to