diff --git a/datman/src/descriptor_config.rs b/datman/src/descriptor_config.rs index 9f47980..b67b6f0 100644 --- a/datman/src/descriptor_config.rs +++ b/datman/src/descriptor_config.rs @@ -97,9 +97,6 @@ pub struct VirtualSource { /// The name of the helper program that will be used to do this backup. pub helper: String, - /// The label that will be assigned to this source. - pub label: String, - /// The kind of virtual source (how it operates). pub kind: VirtualSourceKind,