diff options
Diffstat (limited to 'container/initbind.go')
| -rw-r--r-- | container/initbind.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/container/initbind.go b/container/initbind.go index 8fa0fc06..475a737b 100644 --- a/container/initbind.go +++ b/container/initbind.go @@ -1,7 +1,6 @@ package container import ( - "encoding/gob" "fmt" "os" "syscall" @@ -10,8 +9,6 @@ import ( "hakurei.app/container/std" ) -func init() { gob.Register(new(BindMountOp)) } - // Bind is a helper for appending [BindMountOp] to [Ops]. func (f *Ops) Bind(source, target *check.Absolute, flags int) *Ops { *f = append(*f, &BindMountOp{nil, source, target, flags}) |
