From: Andrea Bolognani Date: Mon, 29 May 2017 13:19:25 +0000 (+0200) Subject: conf: Remove obsolete comment X-Git-Tag: v3.6.0-rc1~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c6b0ba46658d0635c46ff8c2bd33673f299813;p=thirdparty%2Flibvirt.git conf: Remove obsolete comment The virDomainDeviceInfoIsSet() function no longer exists. Signed-off-by: Andrea Bolognani Reviewed-by: Laine Stump --- diff --git a/src/conf/device_conf.h b/src/conf/device_conf.h index 48782be95e..14be2e392a 100644 --- a/src/conf/device_conf.h +++ b/src/conf/device_conf.h @@ -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 {