summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCao jin <caoj.fnst@cn.fujitsu.com>2015-11-05 15:39:03 +0800
committerAndreas Färber <afaerber@suse.de>2015-12-03 20:10:22 +0100
commit70ae0b6d0e7968a9ac1b85acb5697a6950654bf4 (patch)
tree3dd6d16cbf5a02788c4410a4b058dadd3efab5dd /include
parentb5e62af8aa2710d4645cd04e3e8a15722c1616e4 (diff)
downloadhqemu-70ae0b6d0e7968a9ac1b85acb5697a6950654bf4.zip
hqemu-70ae0b6d0e7968a9ac1b85acb5697a6950654bf4.tar.gz
qom: Update documentation comment of struct Object
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>
Diffstat (limited to 'include')
-rw-r--r--include/qom/object.h3
1 files changed, 0 insertions, 3 deletions
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
{
OpenPOWER on IntegriCloud