From: Cao jin Date: Thu, 5 Nov 2015 07:39:03 +0000 (+0800) Subject: qom: Update documentation comment of struct Object X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=70ae0b6d0e7968a9ac1b85acb5697a6950654bf4;p=qemu.git qom: Update documentation comment of struct Object It doesn't have "GSList *interfaces" anymore, drop the paragraph. Signed-off-by: Cao jin Signed-off-by: Andreas Färber --- diff --git a/include/qom/object.h b/include/qom/object.h index f172fea0b6..4509166f6f 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -394,9 +394,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 {