From: Ján Tomko Date: Tue, 23 Jul 2019 12:59:58 +0000 (+0200) Subject: conf: remove outdated comment X-Git-Tag: v5.6.0-rc1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4764d1b12521c6dca9be2e0462d71eb1adec1ab7;p=thirdparty%2Flibvirt.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 Acked-by: Peter Krempa --- diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h index 48b0af4b04..00ff734ff0 100644 --- a/src/conf/domain_conf.h +++ b/src/conf/domain_conf.h @@ -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,