aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-10-12 00:55:14 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-10-12 00:55:14 +0900
commit8d82446d9771964ce3362beaeb63a2414489ca1e (patch)
treec40b6a7e39260efa65565b9f02fbfeb37a689c3f
parent0f421644bec4cf94737b5da1c8beeb2c99b9f158 (diff)
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>
-rw-r--r--helper/bwrap.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/helper/bwrap.go b/helper/bwrap.go
index 4ac1032c..60a62edf 100644
--- a/helper/bwrap.go
+++ b/helper/bwrap.go
@@ -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