mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user