]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
conf: Remove obsolete comment
authorAndrea Bolognani <abologna@redhat.com>
Mon, 29 May 2017 13:19:25 +0000 (15:19 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Sat, 15 Jul 2017 12:50:42 +0000 (14:50 +0200)
The virDomainDeviceInfoIsSet() function no longer exists.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Laine Stump <laine@laine.org>
src/conf/device_conf.h

index 48782be95e5001bce989bf918778ff24e75953c8..14be2e392ab6c35be92a136caf061043a325b256 100644 (file)
@@ -134,10 +134,6 @@ struct _virDomainDeviceDimmAddress {
 typedef struct _virDomainDeviceInfo virDomainDeviceInfo;
 typedef virDomainDeviceInfo *virDomainDeviceInfoPtr;
 struct _virDomainDeviceInfo {
-    /* If adding to this struct, ensure that
-     * virDomainDeviceInfoIsSet() is updated
-     * to consider the new fields
-     */
     char *alias;
     int type; /* virDomainDeviceAddressType */
     union {