[libvirt] [PATCH] docs: remove duplicate check in index.add

Michal Privoznik mprivozn at redhat.com
Tue Jan 8 11:12:02 UTC 2013


On 08.01.2013 11:43, Claudio Bley wrote:
> 
> Signed-off-by: Claudio Bley <cbley at av-test.de>
> ---
> Pushing under the trivial rule.
> 
>  docs/apibuild.py |    2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/docs/apibuild.py b/docs/apibuild.py
> index e73a85d..7b336b3 100755
> --- a/docs/apibuild.py
> +++ b/docs/apibuild.py
> @@ -240,8 +240,6 @@ class index:
>                  self.includes[name] = d
>              elif type == "struct":
>                  self.structs[name] = d
> -            elif type == "struct":
> -                self.structs[name] = d
>              elif type == "union":
>                  self.unions[name] = d
>              elif type == "enum":
> 

Hey, it's awesome that you spotted this. But you are not listed in
AUTHORS.in and since you do have commit access, can you please add
yourself in it?

Michal




More information about the libvir-list mailing list