mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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 struct _virDomainDeviceInfo virDomainDeviceInfo;
|
||||||
typedef virDomainDeviceInfo *virDomainDeviceInfoPtr;
|
typedef virDomainDeviceInfo *virDomainDeviceInfoPtr;
|
||||||
struct _virDomainDeviceInfo {
|
struct _virDomainDeviceInfo {
|
||||||
/* If adding to this struct, ensure that
|
|
||||||
* virDomainDeviceInfoIsSet() is updated
|
|
||||||
* to consider the new fields
|
|
||||||
*/
|
|
||||||
char *alias;
|
char *alias;
|
||||||
int type; /* virDomainDeviceAddressType */
|
int type; /* virDomainDeviceAddressType */
|
||||||
union {
|
union {
|
||||||
|
Loading…
Reference in New Issue
Block a user