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,