mirror of
https://github.com/containers/podman.git
synced 2025-06-25 20:26:51 +08:00
libpod: make removePodCgroup linux specific
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -10,3 +10,7 @@ import (
|
||||
func (r *Runtime) platformMakePod(pod *Pod, resourceLimits *spec.LinuxResources) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
|
||||
func (p *Pod) removePodCgroup() error {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user