[libvirt] [PATCH v2 01/24] conf: Remove obsolete comment

Andrea Bolognani abologna at redhat.com
Fri Jun 16 09:48:45 UTC 2017


The virDomainDeviceInfoIsSet() function no longer exists.

Reviewed-by: Laine Stump <laine at laine.org>
Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 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 a20de85..58b2c9c 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 {
-- 
2.7.5




More information about the libvir-list mailing list