diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-12 00:55:14 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-12 00:55:14 +0900 |
| commit | 8d82446d9771964ce3362beaeb63a2414489ca1e (patch) | |
| tree | c40b6a7e39260efa65565b9f02fbfeb37a689c3f | |
| parent | 0f421644bec4cf94737b5da1c8beeb2c99b9f158 (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.go | 2 |
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 |
