From: Ján Tomko Date: Tue, 23 Jul 2019 15:41:17 +0000 (+0200) Subject: conf: remove reference to VIR_DOMAIN_RNG_BACKEND_POOL X-Git-Tag: v5.6.0-rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0b6aa406a52da66846f0c1909e0a41f1657d6c;p=thirdparty%2Flibvirt.git conf: remove reference to VIR_DOMAIN_RNG_BACKEND_POOL Sadly, this idea never got implemented. 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 00ff734ff0..822f9af265 100644 --- a/src/conf/domain_conf.h +++ b/src/conf/domain_conf.h @@ -2075,7 +2075,6 @@ typedef enum { typedef enum { VIR_DOMAIN_RNG_BACKEND_RANDOM, VIR_DOMAIN_RNG_BACKEND_EGD, - /* VIR_DOMAIN_RNG_BACKEND_POOL, */ VIR_DOMAIN_RNG_BACKEND_LAST } virDomainRNGBackend;