qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] Trivial: update comment of struct Object


From: Cao jin
Subject: [Qemu-trivial] [PATCH] Trivial: update comment of struct Object
Date: Thu, 5 Nov 2015 15:39:03 +0800

it don`t has "GSList *interfaces" anymore

Signed-off-by: Cao jin <address@hidden>
---
 include/qom/object.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/qom/object.h b/include/qom/object.h
index 0bb89d4..e46cc30 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -396,9 +396,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.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]