diff options
Diffstat (limited to 'include/qom/object.h')
-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 { |