mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
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
@ -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
Block a user