mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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:
parent
6237f2b84b
commit
aad910c228
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user