From cf2be66f526fcd1ab9f7a1a3f9af6582070ef791 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 5 Jul 2018 14:15:38 -0400 Subject: Remove now-unneeded cleanupCgroup() for unsupported OS Signed-off-by: Matthew Heon Closes: #1051 Approved by: umohnani8 --- libpod/container_internal_unsupported.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libpod/container_internal_unsupported.go') diff --git a/libpod/container_internal_unsupported.go b/libpod/container_internal_unsupported.go index 975d6d714..45b54efab 100644 --- a/libpod/container_internal_unsupported.go +++ b/libpod/container_internal_unsupported.go @@ -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 } -- cgit v1.2.3-54-g00ecf