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:
parent
0f421644be
commit
8d82446d97
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue