Remove now-unneeded cleanupCgroup() for unsupported OS

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #1051
Approved by: umohnani8
This commit is contained in:
Matthew Heon
2018-07-05 14:15:38 -04:00
committed by Atomic Bot
parent eae8007896
commit cf2be66f52

View File

@ -8,10 +8,6 @@ import (
spec "github.com/opencontainers/runtime-spec/specs-go"
)
func (c *Container) cleanupCgroups() error {
return ErrOSNotSupported
}
func (c *Container) mountSHM(shmOptions string) error {
return ErrNotImplemented
}