mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 13:05:27 +00:00
conf: Remove obsolete comment
The virDomainDeviceInfoIsSet() function no longer exists. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Laine Stump <laine@laine.org>
This commit is contained in:
parent
71b3b1b867
commit
b6c6b0ba46
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user