From b6c6b0ba46658d0635c46ff8c2bd33673f299813 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 29 May 2017 15:19:25 +0200 Subject: [PATCH] conf: Remove obsolete comment The virDomainDeviceInfoIsSet() function no longer exists. Signed-off-by: Andrea Bolognani Reviewed-by: Laine Stump --- src/conf/device_conf.h | 4 ---- 1 file changed, 4 deletions(-) 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 {