diff options
Diffstat (limited to 'sandbox/container.go')
| -rw-r--r-- | sandbox/container.go | 10 |
1 files changed, 0 insertions, 10 deletions
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 { |
