helper: remove unused bwrap config field

This configuration is not saved anywhere, and does not need to be saved. Bwrap configuration information is already saved into p.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-10-12 00:55:14 +09:00
parent 0f421644be
commit 8d82446d97

View File

@@ -19,8 +19,6 @@ type bubblewrap struct {
// bwrap pipes
p *pipes
// sealed bwrap config
config *bwrap.Config
// returns an array of arguments passed directly
// to the child process spawned by bwrap
argF func(argsFD, statFD int) []string