summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-04-26 12:16:59 +0200
committerAndrea Bolognani <abologna@redhat.com>2022-04-26 12:31:41 +0200
commitaad910c2284558be573c41a4eefec1e9d2edf95d (patch)
treea1e827e1a1423566c7cf79c1506dc7de3dabcfc4 /include
parent6237f2b84b340b0e833a02819c16e2d0ba772f36 (diff)
downloadlibvirt-aad910c2284558be573c41a4eefec1e9d2edf95d.tar.gz
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>
Diffstat (limited to 'include')
-rw-r--r--include/libvirt/libvirt-domain-snapshot.h2
-rw-r--r--include/libvirt/libvirt-domain.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/libvirt/libvirt-domain-snapshot.h b/include/libvirt/libvirt-domain-snapshot.h
index 35eeb21e27..9181cc1f38 100644
--- a/include/libvirt/libvirt-domain-snapshot.h
+++ b/include/libvirt/libvirt-domain-snapshot.h
@@ -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
diff --git a/include/libvirt/libvirt-domain.h b/include/libvirt/libvirt-domain.h
index 3dfcd14b9c..f8f1ff2ce2 100644
--- a/include/libvirt/libvirt-domain.h
+++ b/include/libvirt/libvirt-domain.h
@@ -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;