]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
conf: remove outdated comment
authorJán Tomko <jtomko@redhat.com>
Tue, 23 Jul 2019 12:59:58 +0000 (14:59 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 25 Jul 2019 13:06:15 +0000 (15:06 +0200)
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>
src/conf/domain_conf.h

index 48b0af4b041fa9483052aaef329976ff92fd099a..00ff734ff0008bd6435ad12f40310100e52ef029 100644 (file)
@@ -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,