]> xenbits.xensource.com Git - libvirt.git/commitdiff
include: Remove more comments between enum values
authorAndrea Bolognani <abologna@redhat.com>
Tue, 26 Apr 2022 10:16:59 +0000 (12:16 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 26 Apr 2022 10:31:41 +0000 (12:31 +0200)
apibuild.py mistakes these as being a continuation of the
previous comment.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
include/libvirt/libvirt-domain-snapshot.h
include/libvirt/libvirt-domain.h

index 35eeb21e273ee10e14079e2774e1f9a9e8d1e382..9181cc1f38db88e76e19b3d20d6f7e80582e3eec 100644 (file)
@@ -123,8 +123,6 @@ typedef enum {
                                                         not just children, when
                                                         listing a snapshot */
 
-    /* For historical reasons, groups do not use contiguous bits.  */
-
     VIR_DOMAIN_SNAPSHOT_LIST_LEAVES      = (1 << 2), /* Filter by snapshots
                                                         with no children */
     VIR_DOMAIN_SNAPSHOT_LIST_NO_LEAVES   = (1 << 3), /* Filter by snapshots
index 3dfcd14b9c176dcb706fde14977343db1c9b34f0..f8f1ff2ce2b89ebef2d3aa001024c8f3c61b2523 100644 (file)
@@ -2148,8 +2148,6 @@ typedef enum {
     VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA = (1 << 4), /* If last use of domain,
                                                             then also remove any
                                                             checkpoint metadata */
-
-    /* Future undefine control flags should come here. */
 } virDomainUndefineFlagsValues;