Remove obsolete 'label' field from virtual sources

This commit is contained in:
Olivier 'reivilibre' 2023-11-04 12:59:11 +00:00
parent 2551c0e641
commit c395a50803

View File

@ -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,