]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
conf: remove reference to VIR_DOMAIN_RNG_BACKEND_POOL
authorJán Tomko <jtomko@redhat.com>
Tue, 23 Jul 2019 15:41:17 +0000 (17:41 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 25 Jul 2019 13:06:15 +0000 (15:06 +0200)
Sadly, this idea never got implemented.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
src/conf/domain_conf.h

index 00ff734ff0008bd6435ad12f40310100e52ef029..822f9af265584a25b09dcbd29e6298d20b0f607b 100644 (file)
@@ -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;