From 0ba8be659f0bb22065824190e2d872d869a2fe92 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 1 Apr 2025 01:21:04 +0900 Subject: sandbox: document less obvious parts of setup Signed-off-by: Ophestra --- sandbox/container.go | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sandbox/container.go') diff --git a/sandbox/container.go b/sandbox/container.go index 58c9749d..7bbdf25c 100644 --- a/sandbox/container.go +++ b/sandbox/container.go @@ -104,16 +104,6 @@ type ( Flags HardeningFlags } - - Ops []Op - Op interface { - early(params *Params) error - apply(params *Params) error - prefix() string - - Is(op Op) bool - fmt.Stringer - } ) func (p *Container) Start() error { -- cgit v1.3.1