We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb34ad8 + 635d332 commit e626cadCopy full SHA for e626cad
lib/src/install.rs
@@ -204,9 +204,6 @@ pub(crate) struct SourceInfo {
204
pub(crate) imageref: ostree_container::ImageReference,
205
/// The digest to use for pulls
206
pub(crate) digest: String,
207
- /// The embedded base OSTree commit checksum
208
- #[allow(dead_code)]
209
- pub(crate) commit: String,
210
/// Whether or not SELinux appears to be enabled in the source commit
211
pub(crate) selinux: bool,
212
}
@@ -369,7 +366,6 @@ impl SourceInfo {
369
366
Ok(Self {
370
367
imageref,
371
368
digest,
372
- commit,
373
selinux,
374
})
375
0 commit comments