Skip to content

Commit e097525

Browse files
cdellacquacgwalters
authored andcommitted
utils: Drop unused BwrapCmd
The only consumer of BwrapCmd (install_via_bootupd in bootloader.rs) switched to ChrootCmd in the previous commit, so BwrapCmd and the bubblewrap-based execution path have no remaining callers in the workspace. Assisted-by: Claude Code (Opus 4.7 1M) Signed-off-by: cdellacqua <carlo.dellacqua97@gmail.com>
1 parent c0ff1c9 commit e097525

2 files changed

Lines changed: 0 additions & 126 deletions

File tree

crates/utils/src/bwrap.rs

Lines changed: 0 additions & 124 deletions
This file was deleted.

crates/utils/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
//! things here that only depend on the standard library and
33
//! "core" crates.
44
//!
5-
mod bwrap;
6-
pub use bwrap::*;
75
mod chroot;
86
pub use chroot::*;
97
mod command;

0 commit comments

Comments
 (0)