Skip to content

Commit e567054

Browse files
committed
Remove _use_vfork
1 parent c045593 commit e567054

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/stdlib/src/posixsubprocess.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ gen_args! {
226226
uid: Option<Uid>,
227227
child_umask: i32,
228228
preexec_fn: Option<PyObjectRef>,
229-
_use_vfork: bool,
230229
}
231230

232231
// can't reallocate inside of exec(), so we reallocate prior to fork() and pass this along

0 commit comments

Comments
 (0)