diff mbox

[PULL,v2,2/4] qom: Update documentation comment of struct Object

Message ID 1449251811-21810-3-git-send-email-afaerber@suse.de
State New
Headers show

Commit Message

Andreas Färber Dec. 4, 2015, 5:56 p.m. UTC
From: Cao jin <caoj.fnst@cn.fujitsu.com>

It doesn't have "GSList *interfaces" anymore, drop the paragraph.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 include/qom/object.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

diff --git a/include/qom/object.h b/include/qom/object.h
index f172fea..4509166 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
 {