From 8d82446d9771964ce3362beaeb63a2414489ca1e Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sat, 12 Oct 2024 00:55:14 +0900 Subject: [PATCH] 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 --- helper/bwrap.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/helper/bwrap.go b/helper/bwrap.go index 4ac1032..60a62ed 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