From 4764d1b12521c6dca9be2e0462d71eb1adec1ab7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Tue, 23 Jul 2019 14:59:58 +0200 Subject: [PATCH] conf: remove outdated comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/conf/domain_conf.h | 1 - 1 file changed, 1 deletion(-) 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, -- 2.47.2