Skip to content

Commit

Permalink
Remove unused fields
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <[email protected]>
  • Loading branch information
mxpv committed Jan 6, 2025
1 parent feac961 commit bd5dd4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/runc-shim/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ pub struct ProcessIO {
pub uri: Option<String>,
pub io: Option<Arc<dyn Io>>,
pub copy: bool,
#[cfg(not(target_os = "macos"))]
pub stdout_r: Option<std::fs::File>,
#[cfg(not(target_os = "macos"))]
pub stderr_r: Option<std::fs::File>,
}

pub fn create_io(
Expand Down

0 comments on commit bd5dd4f

Please sign in to comment.