[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] Trivial: update comment of struct Object
From: |
Michael Tokarev |
Subject: |
Re: [Qemu-devel] [PATCH] Trivial: update comment of struct Object |
Date: |
Sun, 29 Nov 2015 13:48:43 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 |
05.11.2015 10:39, Cao jin wrote:
> it don`t has "GSList *interfaces" anymore
Andreas, should this be applied? It's been on the list for long already,
and you said I shouldn't apply qom patches...
Thanks,
/mjt
> Signed-off-by: Cao jin <address@hidden>
> ---
> include/qom/object.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/include/qom/object.h b/include/qom/object.h
> index 0bb89d4..e46cc30 100644
> --- a/include/qom/object.h
> +++ b/include/qom/object.h
> @@ -396,9 +396,6 @@ struct ObjectClass
> * As a result, #Object contains a reference to the objects type as its
> * first member. This allows identification of the real type of the object
> at
> * run time.
> - *
> - * #Object also contains a list of #Interfaces that this object
> - * implements.
> */
> struct Object
> {
>