qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-2.9 3/6] qapi: Drop unused QAPIDoc member op


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH for-2.9 3/6] qapi: Drop unused QAPIDoc member optional
Date: Mon, 20 Mar 2017 09:24:42 -0400 (EDT)


----- Original Message -----
> Unused since commit aa964b7 "qapi2texi: Convert to QAPISchemaVisitor"
> 
> Signed-off-by: Markus Armbruster <address@hidden>

Reviewed-by: Marc-André Lureau <address@hidden>

> ---
>  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

[Prev in Thread] Current Thread [Next in Thread]