Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Jul 23, 2024
1 parent fde122d commit 638f829
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mirrord/layer/src/exec_hooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ impl Argv {
pub(crate) fn push(&mut self, item: CString) {
self.0.push(item);
}

pub(crate) fn len(&self) -> usize {
self.0.len()
}
}

impl FromIterator<CString> for Argv {
Expand Down

0 comments on commit 638f829

Please sign in to comment.