mirror of https://gitee.com/openkylin/libvirt.git
conf: remove outdated comment
When using the ENUM macros, the compiler guards that the declaration and implementation are in sync. Signed-off-by: Ján Tomko <jtomko@redhat.com> Acked-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
eaad9e92a9
commit
4764d1b125
src/conf
|
@ -119,7 +119,6 @@ struct _virDomainDeviceDef {
|
|||
};
|
||||
|
||||
/* Different types of hypervisor */
|
||||
/* NB: Keep in sync with virDomainVirtTypeToString impl */
|
||||
typedef enum {
|
||||
VIR_DOMAIN_VIRT_NONE = 0,
|
||||
VIR_DOMAIN_VIRT_QEMU,
|
||||
|
|
Loading…
Reference in New Issue