diff options
author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2015-11-05 15:39:03 +0800 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2015-12-03 20:10:22 +0100 |
commit | 70ae0b6d0e7968a9ac1b85acb5697a6950654bf4 (patch) | |
tree | 3dd6d16cbf5a02788c4410a4b058dadd3efab5dd /include/qom | |
parent | b5e62af8aa2710d4645cd04e3e8a15722c1616e4 (diff) | |
download | qemu-70ae0b6d0e7968a9ac1b85acb5697a6950654bf4.zip |
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/qom')
-rw-r--r-- | include/qom/object.h | 3 |
1 files changed, 0 insertions, 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 { |