ProcessOptions: remove allowVfork field

This was removed in Lix 1f8b85786eed623319e5c71a5341b15e3006f870
This commit is contained in:
Linus Heckemann 2024-04-15 19:30:56 +02:00
parent 14e4308346
commit c1ee00bf7c

View file

@ -85,7 +85,7 @@ struct Proc {
}
}
},
ProcessOptions{.allowVfork = false});
ProcessOptions{});
to = std::move(toPipe.writeSide);
from = std::move(fromPipe.readSide);