include: Remove more comments between enum values

apibuild.py mistakes these as being a continuation of the
previous comment.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2022-04-26 12:16:59 +02:00
parent 6237f2b84b
commit aad910c228
2 changed files with 0 additions and 4 deletions

View 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

View 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;