From 70ae0b6d0e7968a9ac1b85acb5697a6950654bf4 Mon Sep 17 00:00:00 2001 From: Cao jin Date: Thu, 5 Nov 2015 15:39:03 +0800 Subject: [PATCH] qom: Update documentation comment of struct Object MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It doesn't have "GSList *interfaces" anymore, drop the paragraph. Signed-off-by: Cao jin Signed-off-by: Andreas Färber --- include/qom/object.h | 3 --- 1 file changed, 3 deletions(-) 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 { -- 2.11.4.GIT