diff options
Diffstat (limited to 'container/inittmpfs.go')
| -rw-r--r-- | container/inittmpfs.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/container/inittmpfs.go b/container/inittmpfs.go index aad6e1ab..ae337dce 100644 --- a/container/inittmpfs.go +++ b/container/inittmpfs.go @@ -1,7 +1,6 @@ package container import ( - "encoding/gob" "fmt" "math" "os" @@ -11,8 +10,6 @@ import ( "hakurei.app/check" ) -func init() { gob.Register(new(MountTmpfsOp)) } - type TmpfsSizeError int func (e TmpfsSizeError) Error() string { |
